|Emoji |Purpose |MD Markup |Prefix | |:--------------------:|:----------------------------------------------------------------------|:-----------------------|:-------------| |:page_facing_up: |Generic message |`:page_facing_up:` | | |:triangular_ruler: |Improve the format / structure of the code / files |`:triangular_ruler:` |`[IMPROVE]:` | |:zap: |Improve performance |`:zap:` |`[IMPROVE]:` | |:rocket: |Improve something (anything) |`:rocket:` |`[IMPROVE]:` | |:memo: |Write docs |`:memo:` |`[PROD]: `| |:bulb: |New idea |`:bulb:` | | |:tada: |New feature |`:tada:` |`[FEATURE]:` | |:heavy_minus_sign: |Remove a feature |`:heavy_minus_sign:` |`[FEATURE]:` | |:beginner: |Tested it out! |`:beginner:` |`[TEST]:` | |:bookmark: |Add new code / file(s) |`:bookmark:` |`[FILE]:` | |:fire: |Remove code / file(s) |`:fire:` |`[FILE]:` | |:pencil2: |Rename / move a file(s) / folder(s) |`:pencil2:` |`[FILE]:` | |:question: |Ask a question |`:question:` |`[HELP]:` | |:construction: |Work in progress |`:construction:` |`[NEED]:` | |:books: |Storybook |`:book:` |`[STORY]:` | |:new: |Critical changes |`:new:` |`[IMPROVE]:` | |:soon: |When something is to be released / deployed |`:soon:` | | |:end: |When something is to be disabled, not be available / end support of it |`:end:` | | |:closed_lock_with_key:|When dealing with security |`:closed_lock_with_key:`| | |:muscle: |Fix bug |`:muscle:` | | |:loudspeaker: |Add logging |`:loudspeaker:` |`[PROD]: `| |:mute: |Reuce logging |`:mute:` |`[PROD]: `| |:earth_africa: |Deploy |`:earth_africa:` |`[PROD]: `| |:robot: |Dependabot update `yarn.lock` and `package.json` files, with `yarn dependabot` (`git pull; yarn`) |`:robot:` |`[DEPENDABOT]:`| |:package: |Add / update a new dependency |`:package:` |`[PACKAGE]:` | |:open_hands: |Remove a dependency |`:open_hands:` |`[PACKAGE]:` | |:arrow_heading_up: |Upgrade dependency |`:arrow_heading_up:` |`[PACKAGE]:` | |:arrow_heading_down: |Downgrade dependenciy |`:arrow_heading_down:` |`[PACKAGE]:` | |:warning: |Warning (Draw attention to sth) |`:warning:` |`[WARNING]:` | |:white_check_mark: |Add tests (TDD) |`::white_check_mark::` |`[TEST]:` |