summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-27 13:36:42 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-27 13:36:42 +0100
commit4caa45c7cf679cf5f3a356248f38431380747547 (patch)
treecdf98c501159d7df9cd141c71c6942341a6c24de /CONTRIBUTING.rst
parent5bfb2cc0ee18d8ad0ce314e174563d717f3ea766 (diff)
downloadmailscripts-4caa45c7cf679cf5f3a356248f38431380747547.tar.gz
add CONTRIBUTING.rst
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..707e2f6
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,15 @@
+Signing off your commits
+========================
+
+Contributions are accepted upstream under the terms set out in
+``debian/copyright`` and in the headers of individual source files.
+Completely new scripts can use any DFSG-compatible license. 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>