We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9105eb1 commit b232253Copy full SHA for b232253
CONTRIBUTING.md
@@ -67,13 +67,15 @@ should add unique value.
67
- **docs**: Documentation only changes
68
- **feat**: A new feature
69
- **fix**: A bug fix
70
- - **chore**: Miscellaneous stuff that does not match any of the above
+ - **test**: Adding or fixing tests
71
+ - **chore**: CI / code quality / minor quality of life improvements
72
73
- **Examples**:
74
- `feat: add quicksort algorithm`
75
- `chore: fix spelling`
76
- `fix: improper error message`
- - `docs: add contributing guidelines`
77
+ - `docs: add contributing guidelines`
78
+ - `test: add test for quicksort algorithm`
79
80
#### Module System
81
0 commit comments