📚 docs: Add note about better-commits to contrib

This commit is contained in:
Nathan Smith 2024-04-05 23:59:57 -04:00
parent 925767880e
commit b45b970aea

View file

@ -17,4 +17,6 @@ Code must meet the following standards:
- Conforms to the code style enforced by prettier
- Pass linting using the project's ESLint config (automated as a PR check)
- Pass a static code analysis scan by SonarCloud (automated as a PR check)
- Review by a project maintainer
- Review by a project maintainer
It is also recommended (but not strictly required) to use [better-commits](https://github.com/Everduin94/better-commits) to generate commit messages with the correct structure and emoji.