Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 621 Bytes

CONTRIBUTING.rst

File metadata and controls

19 lines (13 loc) · 621 Bytes

Report bugs or ask a question

You can report bugs or ask question on our centralised issue tracker.

Submitting pull requests:

  1. Fork the Repo on github.
  2. Create a feature/bugfix branch.
  3. If you are adding functionality or fixing a bug, please add a test!
  4. Add your name to AUTHORS.rst under the Contributors section.
  5. Push to your fork and submit a pull request to the master branch.

Please use PEP8 to style your code:

python setup.py test -a "--pep8 -m pep8"