summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-09-06 07:03:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-09-06 07:03:56 -0700
commite73cee37bff56c4e3f5fed99c53a3b859dce4044 (patch)
tree1559a1b12ad92723cbbba97e91a39fc394ff2419 /CONTRIBUTING.rst
parent2029d4a51f82a4d27d0e75106bd4107b77719e40 (diff)
parent1cb54e1d5000856bfedd98c5cf4274aa411e44c3 (diff)
downloadmailscripts-e73cee37bff56c4e3f5fed99c53a3b859dce4044.tar.gz
Merge tag 'debian/0.10-1' into buster-bpo
mailscripts release 0.10-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear] # gpg: Signature made Tue 30 Jul 2019 05:29:55 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
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>