- check the issues first
- open an new issue in the issue tracker filling out all sections of the template, including a minimal working example or screenshots so others can independently and completely reproduce the problem
- post your proposal on the issue tracker
- fork the repo, make your change (adhering to existing coding, commenting, and docstring styles)
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.