aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..9d3de46
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,20 @@
1============
2Contributing
3============
4If you would like to contribute to Pydora please visit the project's
5`GitHub page <https://github.com/mcrute/pydora>`_ and open a pull request with
6your changes. To have the best experience contributing, please:
7
8* Don't break backwards compatibility of public interfaces
9* Write tests for your new feature/bug fix
10* Ensure that existing tests pass
11* Update the readme/docstrings, if necessary
12* Follow the coding style of the current code-base
13* Ensure that your code is PEP8 compliant
14* Validate that your changes work with Python 2.7+ and 3.3+
15
16All code is reviewed before acceptance and changes may be requested to better
17follow the conventions of the existing API.
18
19The build system runs ``python setup.py validate`` on all supported Python
20versions. You can, and should, run this on your pull request before submitting.