aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst18
1 files changed, 1 insertions, 17 deletions
diff --git a/README.rst b/README.rst
index 5da48e1..776d522 100644
--- a/README.rst
+++ b/README.rst
@@ -189,23 +189,7 @@ need to download the keys yourself you can find them at the link below.
189 189
190Contributing 190Contributing
191============ 191============
192If you would like to contribute to Pydora please visit the project's 192See `CONTRIBUTING <https://github.com/mcrute/pydora/blob/master/CONTRIBUTING.rst>`_
193`GitHub page <https://github.com/mcrute/pydora>`_ and open a pull request with
194your changes. To have the best experience contributing, please:
195
196* Don't break backwards compatibility of public interfaces
197* Write tests for your new feature/bug fix
198* Ensure that existing tests pass
199* Update the readme/docstrings, if necessary
200* Follow the coding style of the current code-base
201* Ensure that your code is PEP8 compliant
202* Validate that your changes work with Python 2.7+ and 3.3+
203
204All code is reviewed before acceptance and changes may be requested to better
205follow the conventions of the existing API.
206
207The build system runs ``python setup.py validate`` on all supported Python
208versions. You can, and should, run this on your pull request before submitting.
209 193
210Contributors 194Contributors
211============ 195============