Skip to content

emoji commits

Carlos Rueda edited this page Oct 29, 2015 · 2 revisions

From https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages

  • Consider starting the commit message with an applicable emoji: * 🎨 :art: when improving the format/structure of the code * 🐎 :racehorse: when improving performance * 🚱 :non-potable_water: when plugging memory leaks * πŸ“ :memo: when writing docs * 🐧 :penguin: when fixing something on Linux * 🍎 :apple: when fixing something on Mac OS * 🏁 :checkered_flag: when fixing something on Windows * πŸ› :bug: when fixing a bug * πŸ”₯ :fire: when removing code or files * πŸ’š :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 * πŸ‘• :shirt: when removing linter warnings
Clone this wiki locally