An open API service indexing awesome lists of open source software.

https://github.com/stormwarning/zazen-commit-types

⛩ Commit with emoji, free of weariness and confusion
https://github.com/stormwarning/zazen-commit-types

Last synced: 5 months ago
JSON representation

⛩ Commit with emoji, free of weariness and confusion

Awesome Lists containing this project

README

          

# zazen-commit-types

## Commit emoji key

| Major | | |
| :---: | -------- | --------------- |
| 💣 | `:bomb:` | Breaking change |

| Minor | | |
| :---: | -------- | ------------------------------ |
| 🎁 | `:gift:` | New feature |
| 🔥 | `:fire:` | Heavy refactor or code removal |

| Patch | | |
| :---: | ------------- | --------------------- |
| 📝 | `:memo:` | Documentation |
| 🎨 | `:art:` | Visual change |
| 🐛 | `:bug:` | Bugfix |
| 🔨 | `:hammer:` | Updated functionality |
| 👕 | `:shirt:` | Code-style |
| 🚑 | `:ambulance:` | Hot-fix |
| 📦 | `:package:` | Dependency change |

| Other | | |
| :---: | -------------------- | ---------------------- |
| 🔖 | `:bookmark:` | New release |
| 🍱 | `:bento:` | Static assets |
| 📱 | `:iphone:` | Mobile-related change |
| ⚙️ | `:gear:` | Build configuration |
| ✅ | `:white_check_mark:` | Writing/updating tests |
| 🚚 | `:truck:` | Moving files |
| ⏪ | `:rewind:` | Reverting a commit |