doc: clarify usage of the 'test' commit type
This commit is contained in:
parent
33c2f9de6f
commit
3ea82c9848
|
@ -19,8 +19,8 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit
|
||||||
- `feat`: features, if any part of your commit implements a new functionality or changes an existing one, use this
|
- `feat`: features, if any part of your commit implements a new functionality or changes an existing one, use this
|
||||||
- `remove`: removal of existing code/functionality
|
- `remove`: removal of existing code/functionality
|
||||||
- `fix`: bugfixes
|
- `fix`: bugfixes
|
||||||
- `test`: implementation of new tests or fixing/removal of existing tests
|
|
||||||
- `refactor`: code refactoring
|
- `refactor`: code refactoring
|
||||||
|
- `test`: any of the above, but with tests
|
||||||
- `update`: updating dependencies and associated code changes
|
- `update`: updating dependencies and associated code changes
|
||||||
- `config`: changing configuration (linters, build process)
|
- `config`: changing configuration (linters, build process)
|
||||||
- `doc`: documentation, including comments
|
- `doc`: documentation, including comments
|
||||||
|
|
Loading…
Reference in New Issue