From 8b3d003fada9b61e059e5b1401aebd9ffd866e4d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 18 Apr 2018 11:01:21 -0700 Subject: add CONTRIBUTING.md and DEVELOPER-CERTIFICATE --- CONTRIBUTING.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CONTRIBUTING.rst (limited to 'CONTRIBUTING.rst') 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 + asking me to merge your branch, possibly + using git-request-pull(1) + +- prepare patches with git-format-patch(1), and send them to + , 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). -- cgit v1.2.3