Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 459 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 459 Bytes

How to contribute

  • Check out the latest main branch to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
  • Fork the project
  • Start a feature/bugfix branch
  • Commit and push until you are happy with your contribution
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.