aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-12 21:38:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-12 21:39:55 -0700
commit6ebc41ddb8c53d0752e2627fe56994ed9ae81b7c (patch)
tree541ed84ce11fc205ff3daf6d9bf93ef7566a8fd2 /CONTRIBUTING.rst
parentb921c076c10ba996bcfb3b38654363d30567bfa5 (diff)
downloadhaskell-tab-indent-6ebc41ddb8c53d0752e2627fe56994ed9ae81b7c.tar.gz
add COPYING, DEVELOPER-CERTIFICATE, CONTRIBUTING.rst
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..7b02aa6
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,13 @@
+Signing off your commits
+========================
+
+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>