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.