File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ Write a commit message that follows the [Conventional Commits](https://www.conve
6464- ** fix** : A bug fix
6565- ** perf** : A code change that improves performance
6666- ** refactor** : A code change that neither fixes a bug nor adds a feature
67- - ** test** : Adding missing tests or correcting existing tests
67+ - ** test** : Add missing tests or correct existing tests
6868- ** build** : Changes that affect the build system or external dependencies
69- - ** ci** : Changes to our CI configuration files and scripts
69+ - ** ci** : Updates configuration files and scripts for continuous integration
7070- ** docs** : Documentation only changes
7171
7272The commit message will be linted during the pre-commit Git hook.
You can’t perform that action at this time.
0 commit comments