Skip to content
Permalink
Browse files
Link was not interpreted by Github.
  • Loading branch information
tonioo committed Apr 11, 2017
1 parent 7ea06c4 commit 1edff9a
Showing 1 changed file with 15 additions and 1 deletion.
@@ -1 +1,15 @@
.. include:: doc/contributing.rst
#################
How to contribute
#################

Contributions are always welcome. If you want to submit a patch,
please respect the following rules:

- Open a pull request on the appropriate repository
- Respect `PEP8 <https://www.python.org/dev/peps/pep-0008/>`_
- Prefer double quotes (") over single quotes (')
- Document your patch and respect `PEP 257 <https://www.python.org/dev/peps/pep-0257/>`_
- Add unit tests and make sure the global coverage does not decrease

If all those steps are validated, your contribution will generally be
integrated.

0 comments on commit 1edff9a

Please sign in to comment.