Add Developer Certificate of Origin (DCO)

- See https://developercertificate.org/

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2020-02-23 13:30:26 +01:00
parent 72f13b859f
commit 2f64f38bc0
2 changed files with 51 additions and 1 deletions

View file

@ -145,7 +145,9 @@ To make a pull request you need to have a Github account.
$ git commit -am '<issue>: <description>'
...
$ git push origin feature_branch
Furthermore, commits should be signed off according to the [DCO](DCO).
1. Create the pull request on Github.
## What happens next?