summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-01-11 11:07:16 -0500
committerRyan Petrello <lists@ryanpetrello.com>2013-01-11 11:07:16 -0500
commit66707c4082381f8037b9113a6bfb4678cb22c5f4 (patch)
tree155e22d52f7c059bd699dca4f3ccbfe35c47c237 /README.rst
parent539a5c07f969944bc567a34aabf584ae3636c737 (diff)
downloadpecan-66707c4082381f8037b9113a6bfb4678cb22c5f4.tar.gz
Add an explicit CONTRIBUTING.rst document.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.rst b/README.rst
index 4492de5..2aab0e1 100644
--- a/README.rst
+++ b/README.rst
@@ -44,27 +44,6 @@ Viewing Documentation
$ cd docs && make man
$ man docs/build/man/pecan.1
-Contributing to Pecan
----------------------
-To fix bugs or add features to Pecan, a GitHub account is required.
-
-The general practice for contributing is to `fork Pecan
-<http://help.github.com/fork-a-repo/>`_ and make changes in the ``next``
-branch. When you're finished, `send a pull request
-<http://help.github.com/send-pull-requests/>`_ and the developers will review
-your patch.
-
-All contributions must:
-
- * Include accompanying tests.
- * Include narrative and API documentation if new features are added.
- * Be (generally) compliant with `PEP8
- <http://www.python.org/dev/peps/pep-0008/>`_.
- * Not break the test or build. Before issuing a pull request, ``$ pip
- install tox && tox`` from your source to ensure that all tests still pass
- across multiple versions of Python.
- * Add your name to the (bottom of the) AUTHORS file.
-
Additional Help/Support
-----------------------
Most Pecan interaction is done via the #pecanpy channel on `FreeNode