From 932e5d13f249c1422472069e30f580ca42a2f9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 31 May 2017 22:37:10 +0100 Subject: [PATCH] docs: document commit types --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 894b8da4..0e307312 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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