From 04d6f41f45065c24293be638b63f0c1819f47d1b Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Tue, 21 May 2024 09:03:12 -0500 Subject: [PATCH] chore: update commit prefix info in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2249eded5..c4d133044 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,12 +7,14 @@ When submitting a new feature or fix: + `fix`, bug fixes + `feat`, new features added + `perf`, performance improvements + + `docs`, updating the documentation + `nix`, related to the Nix development environment + `ci`, related to the Continuous Integration modules + `test`, related to the testing modules + `refactor`, refactoring code + `deprecate`, deprecating a feature - + `chore`, maintenance (changelog, build process, etc.) + + `changelog`, updating the CHANGELOG + + `chore`, maintenance (build process, updating sponsors, etc.) + Other prefixes may be used if necessary - If there's a breaking change, add `BREAKING CHANGE` and an explanation to your commit message -->