From 189fd14e05ec85e8f98bc2974d84fd8ffcdf7e99 Mon Sep 17 00:00:00 2001 From: Helen Dias Date: Sun, 10 Feb 2019 19:59:48 -0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9DAdding=20entity's=20explanation=20i?= =?UTF-8?q?n=20contributing=20guideline=20(#277)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e2f4e39..ec6ef6c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,11 +24,13 @@ If you would like to add a new emoji to gitmoji, fill the provided `ISSUE_TEMPLA ```json { "emoji": "", + "entity": "entity (Ex: 👀)", "code": ":code:", "description": "Enter the description for the gitmoji.", "name": "code (same as code but without ':' replace underscores for dashes _ => - )" } ``` +If you want to find the hexadecimal entity of icon, search for it in this site: http://graphemica.com/ Then, after that you'll need to add a new color to [the vars.scss](https://github.com/carloscuesta/gitmoji/blob/master/src/styles/_includes/_vars.scss) file.