docs: document commit types
This commit is contained in:
parent
1b672c5667
commit
932e5d13f2
@ -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
|
5. Use the imperative mood in the subject line
|
||||||
6. Wrap the body at 72 characters
|
6. Wrap the body at 72 characters
|
||||||
7. Use the body to explain what and why vs. how
|
7. Use the body to explain what and why vs. how
|
||||||
|
|
||||||
|
Types:
|
||||||
|
|
||||||
|
- build
|
||||||
|
- chore
|
||||||
|
- ci
|
||||||
|
- docs
|
||||||
|
- feat
|
||||||
|
- fix
|
||||||
|
- perf
|
||||||
|
- refactor
|
||||||
|
- revert
|
||||||
|
- style
|
||||||
|
- test
|
||||||
|
Loading…
Reference in New Issue
Block a user