aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-06-28 14:51:20 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-06-28 14:51:20 +0100
commitc16a5e816297d6ab614c72b26bc5be8dfbbc34b5 (patch)
tree10073f6967c9df8772f5d7832968f5bb184b43a5
parent6a6e09e185565655319317d4cb74b6df849935d5 (diff)
downloadgit-remote-gcrypt-c16a5e816297d6ab614c72b26bc5be8dfbbc34b5.tar.gz
tweaks to "Signing off your commits"
-rw-r--r--CONTRIBUTING.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 3f8be7a..623a8c8 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -18,6 +18,13 @@ Instead, either
Signing off your commits
========================
-You must certify the contents of ``DEVELOPER-CERTIFICATE`` for your
-contribution. Add a ``Signed-off-by`` line to your commit message by
-passing the ``-s`` option to git-commit(1).
+Contributions are accepted upstream under the terms set out in the
+file ``COPYING``. You must certify the contents of the file
+``DEVELOPER-CERTIFICATE`` for your contribution. To do this, append a
+``Signed-off-by`` line to end of your commit message. An easy way to
+add this line is to pass the ``-s`` option to git-commit(1). Here is
+an example of a ``Signed-off-by`` line:
+
+::
+
+ Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>