]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Explain reason for Signed-off-by in CONTRIBUTING
authorkpande <github@tripleback.net>
Wed, 31 May 2017 14:30:07 +0000 (10:30 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 31 May 2017 14:30:07 +0000 (07:30 -0700)
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Haakan T Johansson <f96hajo@chalmers.se>
Signed-off-by: Kash Pande <kash@tripleback.net>
Closes #6183

.github/CONTRIBUTING.md

index 3f0b4eadd9daf2ffccb1bf35149934c850a951ee..46923b5ee0a1883748d3daea7ae7805d4bfd7462 100644 (file)
@@ -165,8 +165,12 @@ first line in the commit message.
 please summarize important information such as why the proposed
 approach was chosen or a brief description of the bug you are resolving.
 Each line of the body must be 72 characters or less.
-* The last line must be a `Signed-off-by:` line with the developer's
-name followed by their email.
+* The last line must be a `Signed-off-by:` tag with the developer's
+name followed by their email. This is the developer's certification
+that they have the right to submit the patch for inclusion into
+the code base and indicates agreement to the [Developer's Certificate
+of Origin](https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin).
+Code without a proper signoff cannot be merged.
 
 Git can append the `Signed-off-by` line to your commit messages. Simply
 provide the `-s` or `--signoff` option when performing a `git commit`.