Skip to content

Commit b232253

Browse files
committed
docs: fix semantic commit messages guidelines
1 parent 9105eb1 commit b232253

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,15 @@ should add unique value.
6767
- **docs**: Documentation only changes
6868
- **feat**: A new feature
6969
- **fix**: A bug fix
70-
- **chore**: Miscellaneous stuff that does not match any of the above
70+
- **test**: Adding or fixing tests
71+
- **chore**: CI / code quality / minor quality of life improvements
7172

7273
- **Examples**:
7374
- `feat: add quicksort algorithm`
7475
- `chore: fix spelling`
7576
- `fix: improper error message`
76-
- `docs: add contributing guidelines`
77+
- `docs: add contributing guidelines`
78+
- `test: add test for quicksort algorithm`
7779

7880
#### Module System
7981

0 commit comments

Comments
 (0)