Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 607 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (6 loc) · 607 Bytes

To contribute:

  1. Fork the repo or create a branch prefixed with a valid conventional commit qualifier (e.g. feat/cool-new-thing or fix/write-code-code)
  2. Add commits to your branch following the conventional commit standard. A github action will run to validate your commits before merge, so you will not be bale to merge if you do not use conventional commits.
  3. Add test coverage for your feature/fix/improvement.
  4. Make a PR for your changes and get 1 review/approval
  5. Merge your changes!