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

Latest commit

 

History

History
26 lines (17 loc) · 813 Bytes

CONTRIBUTING.rst

File metadata and controls

26 lines (17 loc) · 813 Bytes

Report bugs or ask a question

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

Submitting pull requests:

Pull Requests are great!

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

Please use PEP8 to style your code (PEP8 compliance is tested Travis CI).

You can check pep8 compliance before pushing by running the test suite with the ``--pep8 -m pep8`` option:

($ pip install pytest-pep8)
$ python runtests.py --pep8 -m pep8