You can report bugs or ask question on our issue tracker.
Pull Requests are great!
- Fork the Repo on github.
- Create a feature/bug fix branch based on the master branch.
- If you are adding functionality or fixing a bug, please add a test!
- 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 "--flake8 -m flake8"