From 7efad63b1fcae689df7eb1f1aaeec09a5966849b Mon Sep 17 00:00:00 2001 From: Xymorot Date: Fri, 2 Aug 2019 00:27:06 +0200 Subject: [PATCH] doc: change commit type order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f04429f..eee717c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ This project uses [Conventional Commits](https://www.conventionalcommits.or) wit - `fix`: bugfixes - `refactor`: code refactoring - `update`: updating dependencies and associated code changes -- `doc`: documentation - `config`: changing configuration (linters, build process) - `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.