[FEAT] Default emoji for types
See original GitHub issueIs your feature request related to a problem? Please describe. I wish to be able to add descriptions and default emoji for types.
Describe the solution you’d like
Using cz-emoji, you can set custom types in the .czrc file. For example:
{
"path": "cz-emoji",
"config": {
"cz-emoji": {
"conventional": true,
"types": [
{
"emoji": "🚧",
"code": ":construction:",
"description": "Work in progress.",
"name": "wip"
},
{
"emoji": "🌟",
"code": ":star2:",
"description": "Adding features.",
"name": "feature"
},
{
"emoji": "🐛",
"code": ":bug:",
"description": "Fixing stuff.",
"name": "fix"
}
]
}
}
}
Describe alternatives you’ve considered commitlint-config-gitmoji can add emoji in enum-types, but it isn’t semantically valid and it wouldn’t set the default icon for the types.
Additional context Thank you for this great project. I would contribute with guidance.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Manage one-click emoji reactions for your workspace ... - Slack
Click the Emoji tab at the top of the page. Below One-click reactions, click the boxes to select the default options for one-click...
Read more >How to Use Emoji on your Mac - Readdle
Typing with Emoji characters on a Mac is very easy once you learn how to enable Emoji on the Mac. Follow these simple...
Read more >Emoji Compatibility - Android Developers
Default widget implementations to use EmojiCompat with TextView , EditText , and Button . EmojiCompat: Main public surface for the support library. It...
Read more >📙 Emojipedia — 😃 Home of Emoji Meanings 💁👌🎍😍
The emoji search engine. A fast emoji search experience with options to browse every emoji by name, category, or platform.
Read more >View all available emojis - Microsoft Support
In Microsoft Teams (free), you can use keyboard shortcuts to send a wide range of emojs. You can either find the emojis in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This sounds really like the thing missing, I basically only came here because I think having gitmoji and typeselection seperate causes confusion…
Your assumption is correct. I’ll try to look into this myself sometimes next week. Thank you for the support.