aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-18 11:01:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-18 11:01:21 -0700
commit8b3d003fada9b61e059e5b1401aebd9ffd866e4d (patch)
treec8db5763cc8936fdf96d3115ea6fe824350feced /CONTRIBUTING.rst
parent5b136f540032840e6e8bebd1774d1bd73d30d677 (diff)
downloadgit-remote-gcrypt-8b3d003fada9b61e059e5b1401aebd9ffd866e4d.tar.gz
add CONTRIBUTING.md and DEVELOPER-CERTIFICATE
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..3f8be7a
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,23 @@
+Submitting patches
+==================
+
+Thank you for your interest in contributing to this project!
+
+Please **do not** submit a pull request on GitHub. This repository is
+an automated mirror, and I don't develop using GitHub's platform.
+
+Instead, either
+
+- publish a branch somewhere (a GitHub fork is fine), and e-mail
+ <spwhitton@spwhitton.name> asking me to merge your branch, possibly
+ using git-request-pull(1)
+
+- prepare patches with git-format-patch(1), and send them to
+ <spwhitton@spwhitton.name>, possibly using git-send-email(1)
+
+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).