Just go to the issues page on Github and open a new issue. Please include as much detail as possible.
We're using the nose test runner with the standard unittest
-based tests. New pull requests must have passing tests.
- Use Sublime Lint and fix all warnings.
- Maintain the documentation along with the code!
- Four spaces, no tabs.
- Function names use
snake_case
. - Class names use
PascalCase
. - Place string constants in
constants.py
.
- Go to the project page on Github
- Fork the project by clicking the
Fork
button - Clone your own copy of the project
- Make your changes
- Push your changes back up to Github
- Submit a Pull Request
Thanks for your help and support!