Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 562 Bytes

CONTRIBUTING.rst

File metadata and controls

15 lines (12 loc) · 562 Bytes

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
  • Prefer double quotes (") over single quotes (')
  • Document your patch and respect PEP 257
  • Add unit tests and make sure the global coverage does not decrease

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