doc: update commit types concerning comments
This commit is contained in:
parent
3e15732362
commit
514684dc14
|
@ -22,7 +22,7 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit
|
|||
- `refactor`: code refactoring
|
||||
- `update`: updating dependencies and associated code changes
|
||||
- `config`: changing configuration (linters, build process)
|
||||
- `doc`: documentation
|
||||
- `doc`: documentation, including comments
|
||||
- `reformat`: fixing code formatting
|
||||
|
||||
Always try to split up your changes into coherent commits, a single commit should do a single thing. If your commit needs to do more than one thing it should be labeled with the type coming first in this list.
|
||||
|
|
Loading…
Reference in New Issue