Every commit is important. So let's celebrate each and every commit with a corresponding emoji! 😄
Oh, and it can also help with glancing over commit messages to figure out what kind of changes have been made. 😏
Prepend every commit message with an emoji with this form:
:emoji: commit message
.
Commit Type | Emoji |
---|---|
Initial Commit | 🎉 :tada: |
Version Tag | 🔖 :bookmark: |
New Feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
Metadata | 📇 :card_index: |
Refactoring | 📦 :package: |
Documentation | 📚 :books: |
Performance | 🐎 :racehorse: |
Cosmetic | 💄 :lipstick: |
Tooling | 🔧 :wrench: |
Tests | 🚨 :rotating_light: |
Deprecation | 💩 :poop: |
Work In Progress (WIP) | 🚧 :construction: |
TYPO | 😓 :sweat: |
IMAGES | 🌌 :milky_way: |
RANDOM | 👽 :alien: |
ugly code | 🍝 :spaghetti: |
Other | Be creative |