chore: update commit prefix info in the PR template

This commit is contained in:
Laurence Isla
2024-05-21 09:03:12 -05:00
parent 5cc32c7f87
commit 04d6f41f45
+3 -1
View File
@@ -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
-->