GitEmojiCommit

Emoji Guide for Commit Messages
1

:sparkles:

new feature for the user, not a new feature for build script
🐛

:bug:

bug fix for the user, not a fix to a build script
📝

:memo:

changes to the documentation
🎨

:art:

formatting, missing semi colons, etc; no production code change
♻️

:recycle:

refactoring production code, eg. renaming a variable

:white_check_mark:

adding missing tests, refactoring tests; no production code change
🔧

:wrench:

updating grunt tasks etc; no production code change
🔥

:fire:

Delete unnecessary files and code