docs: document commit types

This commit is contained in:
Sérgio Ramos 2017-05-31 22:37:10 +01:00
parent 1b672c5667
commit 932e5d13f2
1 changed files with 14 additions and 0 deletions

View File

@ -31,3 +31,17 @@ Follow [Git blessed](http://chris.beams.io/posts/git-commit/) and [Conventional
5. Use the imperative mood in the subject line
6. Wrap the body at 72 characters
7. Use the body to explain what and why vs. how
Types:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test