We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3a8dc7 + 00fdf1b commit 2f372d0Copy full SHA for 2f372d0
1 file changed
CONTRIBUTING.md
@@ -6,3 +6,16 @@ integration. Please check our [building guide][BUILDING.md] and our
6
[style guide][STYLE.md] for more details on developing and contributing to the
7
project. The GitHub issue tracker can be used to report bugs, make feature
8
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