diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d868c67..a32985f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file +- 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. \ No newline at end of file