Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |