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