Skip to content

Commit 2f372d0

Browse files
authored
Merge pull request #1732 from cryos/updates
Added some detail on the DCO
2 parents b3a8dc7 + 00fdf1b commit 2f372d0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@ integration. Please check our [building guide][BUILDING.md] and our
66
[style guide][STYLE.md] for more details on developing and contributing to the
77
project. The GitHub issue tracker can be used to report bugs, make feature
88
requests, etc.
9+
10+
We require that all contributions conform to the
11+
[Developer Certificate of Origin][dco]. In short, when making commits add the
12+
`-s` option to the commit command, this will add the required signed-off-by
13+
line which is verified by a bot when pull requests are submitted. This signifies
14+
your agreement to the terms of contribution outlined in the
15+
[Developer Certificate of Origin][dco].
16+
17+
```
18+
$ git commit -s -v -m 'This is my commit message'
19+
```
20+
21+
[dco]: https://developercertificate.org/

0 commit comments

Comments
 (0)