Skip to content

Instantly share code, notes, and snippets.

@thanatos
Last active December 15, 2016 22:56
Show Gist options
  • Save thanatos/71bb69995ccd16c68dc8 to your computer and use it in GitHub Desktop.
Save thanatos/71bb69995ccd16c68dc8 to your computer and use it in GitHub Desktop.
Commit Message Emoji

Stolen from Atom's contribution guidelines <https://github.com/atom/atom/blob/b4b492a32134c3c92248d020f090480451982140/CONTRIBUTING.md>:

Consider starting the commit message with an applicable emoji:

  • πŸ’„: πŸ’„ when improving the format/structure of the code
  • 🐎: 🐎 when improving performance (perhaps πŸ‡)
  • 🚱: 🚱 when plugging memory leaks
  • πŸ“: πŸ“ when writing docs
  • 🐧: 🐧 when fixing something on Linux
  • 🍎: 🍎 when fixing something on Mac OS
  • 🏁: 🏁 when fixing something on Windows
  • πŸ›: πŸ› when fixing a bug
  • πŸ”₯: πŸ”₯ when removing code or files
  • πŸ’š: πŸ’š when fixing the CI build
  • βœ…: βœ… when adding tests
  • πŸ”’: πŸ”’ when dealing with security
  • ⬆: ⬆️ when upgrading dependencies
  • ⬇: ⬇️ when downgrading dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment