From 247be4a8a49905077ca5af41920eec8d909b6b52 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 21 Aug 2019 21:07:02 +0000 Subject: [PATCH] :books: Improve contributing guide. --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87f44857c5..d70f3101fd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,7 +61,8 @@ The commit message format is: Where type is: - `:bug:` a commit that fixes a bug -- `:sparkles:` a commit that adds feature +- `:sparkles:` a commit that an improvement +- `:tada:` a commit with new feature - `:recycle:` a commit that introduces a refactor - `:lipstick:` a commit with cosmetic changes - `:ambulance:` a commit that fixes critical bug