Skip to content

Commit

Permalink
CONTRIBUTING.md: Describe how to signoff on the commit
Browse files Browse the repository at this point in the history
This adds description of the Developer Certificate of Origin

Signed-off-by: Stef Walter <[email protected]>
  • Loading branch information
stefwalter committed Mar 15, 2024
1 parent a320b15 commit 405462c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Developer Certificate of Origin

Add a ```Signed-off-by``` line to commit messages to indicate that you
certify that you wrote or otherwise hav ethe right to submit the code that
you are contributing to the project.

Here is the [full text of the DCO](https://developercertificate.org/)

Contributors sign-off that they adhere to these requirements by adding a
```Signed-off-by``` line to commit messages.

This is my commit message

Signed-off-by: Random J Developer <[email protected]>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'


0 comments on commit 405462c

Please sign in to comment.