From b45b970aea7d5795031218c6e1cc66f6030067c9 Mon Sep 17 00:00:00 2001 From: Nathan Smith Date: Fri, 5 Apr 2024 23:59:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Add=20note=20about=20bet?= =?UTF-8?q?ter-commits=20to=20contrib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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