Contributing¶
Found a bug? Have an issue?¶
The fastest way to get feedback on contributions/bugs is create a GitHub issue or catch me on Twitter.
Code syntax and conventions¶
We try to conform to PEP 8 as much as possible. Make sure that your code as well.
Where are the tests?¶
Good that you’re asking. The repository test suite is located in tests
directory. Makefile defines a target to run them:
make test
Ensure the all tests are passed before submitting a pull request.