From 4caa45c7cf679cf5f3a356248f38431380747547 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 27 Jul 2019 13:36:42 +0100 Subject: add CONTRIBUTING.rst Signed-off-by: Sean Whitton --- CONTRIBUTING.rst | 15 +++++++++++++++ debian/changelog | 6 ++++++ 2 files changed, 21 insertions(+) create mode 100644 CONTRIBUTING.rst 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 diff --git a/debian/changelog b/debian/changelog index 07694b8..0174fd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mailscripts (0.10-1) UNRELEASED; urgency=medium + + * Add CONTRIBUTING.rst. + + -- Sean Whitton Sat, 27 Jul 2019 13:35:17 +0100 + mailscripts (0.9-1) unstable; urgency=medium * Fix docstring for notmuch-extract-thread-patches not to say that the -- cgit v1.2.3