chore: update commit prefix info in the PR template
This commit is contained in:
@@ -7,12 +7,14 @@ When submitting a new feature or fix:
|
|||||||
+ `fix`, bug fixes
|
+ `fix`, bug fixes
|
||||||
+ `feat`, new features added
|
+ `feat`, new features added
|
||||||
+ `perf`, performance improvements
|
+ `perf`, performance improvements
|
||||||
|
+ `docs`, updating the documentation
|
||||||
+ `nix`, related to the Nix development environment
|
+ `nix`, related to the Nix development environment
|
||||||
+ `ci`, related to the Continuous Integration modules
|
+ `ci`, related to the Continuous Integration modules
|
||||||
+ `test`, related to the testing modules
|
+ `test`, related to the testing modules
|
||||||
+ `refactor`, refactoring code
|
+ `refactor`, refactoring code
|
||||||
+ `deprecate`, deprecating a feature
|
+ `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
|
+ Other prefixes may be used if necessary
|
||||||
- If there's a breaking change, add `BREAKING CHANGE` and an explanation to your commit message
|
- If there's a breaking change, add `BREAKING CHANGE` and an explanation to your commit message
|
||||||
-->
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user