Inspired by
commit-message-emoji
.
Emojis make git messages more fun and have the nice side effects of making identifing the type of change easier.
Ask yourself, what would you rather write!?
feat: Added a sad feature
Added xy
OR
✨ Yeah! Added a feature!
woot woot!
Commit Type | Emoji |
---|---|
New Feature | ✨ |
Version Tag | 🔖 |
Bugfix | 🐛 |
Improvement | 🌈 |
Documentation | 📚 |
Removal | 💩 |
Style | 🎨 |
Test | 🚨 |
Tooling | 🛠 |