Skip to content

Instantly share code, notes, and snippets.

View alanpcurrie's full-sized avatar

Alan P Currie alanpcurrie

View GitHub Profile
@alanpcurrie
alanpcurrie / GitCommitEmoji.md
Last active June 27, 2018 19:32 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
  • 🎨 when improving the format/structure of the code
  • 🚀 when improving performance
  • ✏️ when writing docs
  • 💡 new idea
  • 🚧 work in progress
  • ➕ when adding feature
  • ➖ when removing feature
  • 🔈 when adding logging
  • 🔇 when reducing logging
  • 🐛 when fixing a bug