Merge pull request #97 from nathonius/doc/better-commits

📚 docs: Add note about better-commits to contrib
This commit is contained in:
Nathan 2024-04-06 00:00:55 -04:00 committed by GitHub
commit 01646824d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.