aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-29 14:28:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-29 14:28:03 -0700
commit15930559366a273a87fbc7c6461150c82ff7039f (patch)
treea66d5cbbccba16ee67ca5acfb1acb849f8e1c682 /CONTRIBUTING.rst
parent7a3cf7cd8661b2266cd44d4efa397142dff4d8e7 (diff)
downloadpandoc-citeproc-preamble-15930559366a273a87fbc7c6461150c82ff7039f.tar.gz
update administrivia docs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..31cb56b
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,40 @@
+Submitting patches
+==================
+
+Thank you for your interest in contributing to this project!
+
+Please **do not** submit a pull request on GitHub. The repository
+there 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>, probably using git-send-email(1)
+
+Reporting bugs
+==============
+
+By e-mail to <spwhitton@spwhitton.name>.
+
+Please read "How to Report Bugs Effectively" to ensure your bug report
+constitutes a useful contribution to the project:
+<https://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
+
+Signing off your commits
+========================
+
+Contributions are accepted upstream under the terms set out in the
+file ``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>