You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,17 @@ The official support channels, for both users and contributors, are:
15
15
search the project - it's likely that another user has already reported the
16
16
issue you're facing, or it's a known issue that we're already aware of.
17
17
18
+
## Certificate of Origin
19
+
20
+
By contributing to this project you agree to the [Developer Certificate of
21
+
Origin (DCO)](DCO). This document was created by the Linux Kernel community and is a
22
+
simple statement that you, as a contributor, have the legal right to make the
23
+
contribution.
24
+
25
+
In order to show your agreement with the DCO you should include at the end of commit message,
26
+
the following line: `Signed-off-by: John Doe <[email protected]>`, using your real name.
27
+
28
+
This can be done easily using the [`-s`](https://github.com/git/git/blob/b2c150d3aa82f6583b9aadfecc5f8fa1c74aca09/Documentation/git-commit.txt#L154-L161) flag on the `git commit`.
0 commit comments