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):
python setup.py test -a "--pep8 -m pep8"