From 8739749fd0c98a395a15f953a7bb27cd35a625dd Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Wed, 7 Nov 2018 15:49:07 +0100 Subject: [PATCH] Updated commit message convention no issue --- .github/CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 973feae0d0..549bcf0f5f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -34,7 +34,10 @@ We have a handful of simple standards for commit messages which help us to gener - **3rd line:** `refs/closes #000` or `no issue` - **4th line:** Whatever you want. Any extra details can be included from here -If your change is **user-facing** please prepend the first line of your commit with one of the following emoji keys, which are used in the changelog: +If your change is **user-facing** please prepend the first line of your commit with **an emoji key**. +We are following [gitmoji](https://gitmoji.carloscuesta.me/). + +**Main emojis we are using:** - ✨ Feature - 🎨 Improvement