question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FEAT] Default emoji for types

See original GitHub issue

Is 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:open
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
s00500commented, Dec 20, 2020

This sounds really like the thing missing, I basically only came here because I think having gitmoji and typeselection seperate causes confusion…

0reactions
vanntilecommented, Sep 6, 2020

Your assumption is correct. I’ll try to look into this myself sometimes next week. Thank you for the support.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found