You can report bugs or ask question on our centralised issue tracker.
Pull Requests are great!
- Fork the Repo on github.
- Create a feature/bug fix branch based on the dev branch
- If you are adding functionality or fixing a bug, please add a test!
- Add your name to AUTHORS.rst
- 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