Skip to content

Instantly share code, notes, and snippets.

View acatzk's full-sized avatar
:shipit:
aaaaaaaaaaaa

acatzk

:shipit:
aaaaaaaaaaaa
View GitHub Profile
@acatzk
acatzk / GitCommitEmoji.md
Created July 11, 2021 15: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