Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 592 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 592 Bytes

How to contribute

Reporting issues

We use the GitHub issue tracker to track bugs, feature requests and questions.

Before filing a new issue, please search the tracker to check if it's already covered by an existing report.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request into the main branch