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
64
64
- ** fix** : A bug fix
65
65
- ** perf** : A code change that improves performance
66
66
- ** 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
68
68
- ** 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
70
70
- ** docs** : Documentation only changes
71
71
72
72
The commit message will be linted during the pre-commit Git hook.
You can’t perform that action at this time.
0 commit comments