Emojis for Commit and Review Messages

Some emojis for making your git commits or code reviews more clear

Shamelessly copied and modified from atom

🎨 :art: when improving the format/structure of the code
🐎 :racehorse: when improving performance
🚱 :non-potable_water: when plugging memory leaks
📝 :memo: when writing docs
🔥 :fire: when fixing something in Firefox
🌐 :globe_with_meridians: when fixing something in Safari
🍭 :lollipop: when fixing something in Chrome
🐌 :snail: when fixing something in Internet Explorer
🚂 :steam_locomotive: when fixing legacy code
🐛 :bug: when fixing a bug
💚 :green_heart: when fixing the CI build
:white_check_mark: when adding tests
🔒 :lock: when dealing with security
⬆️ :arrow_up: when upgrading dependencies
⬇️ :arrow_down: when downgrading dependencies
⚠️ :warning: when removing linter warnings