To contribute:
- Fork the repo or create a branch prefixed with a valid conventional commit qualifier (e.g.
feat/cool-new-thing
orfix/write-code-code
) - 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.
- Add test coverage for your feature/fix/improvement.
- Make a PR for your changes and get 1 review/approval
- Merge your changes!