Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 948 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 948 Bytes

How to contribute

If you've found an issue or want to request a new feature:

  • 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

If you want to contribute to a feature:

  • 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.