doc: change commit type order

This commit is contained in:
Xymorot 2019-08-02 00:27:06 +02:00
parent 28cfe93d73
commit 7efad63b1f
1 changed files with 1 additions and 1 deletions

View File

@ -22,9 +22,9 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit
- `fix`: bugfixes - `fix`: bugfixes
- `refactor`: code refactoring - `refactor`: code refactoring
- `update`: updating dependencies and associated code changes - `update`: updating dependencies and associated code changes
- `doc`: documentation
- `config`: changing configuration (linters, build process) - `config`: changing configuration (linters, build process)
- `reformat`: fixing code formatting - `reformat`: fixing code formatting
- `doc`: documentation
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. 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.