gitea-sonarqube-bot/CONTRIBUTING.md
justusbunsi 30d1d6c12e
Follow advisory: Add license, DCO and contributing
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
2021-06-06 17:11:38 +02:00

23 lines
795 B
Markdown

# Contribution Guidelines
## Table of Contents
- [Contribution Guidelines](#contribution-guidelines)
- [Developer Certificate of Origin (DCO)](#developer-certificate-of-origin-dco)
## Developer Certificate of Origin (DCO)
I consider the act of contributing to the code by submitting a Pull Request as the "Sign off" or agreement to the
certifications and terms of the [DCO](DCO) and [MIT license](LICENSE). No further action is required. Additionally,
you could add a line at the end of your commit message.
```
Signed-off-by: Joe Smith <joe.smith@email.com>
```
If you set your `user.name` and `user.email` git configs, you can add the line to the end of your commit automatically
with `git commit -s`.
I assume in good faith that the information you provide is legally binding.