Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having the same type of commit with more emojis #383

Open
w1redl4in opened this issue Feb 22, 2022 · 0 comments
Open

Having the same type of commit with more emojis #383

w1redl4in opened this issue Feb 22, 2022 · 0 comments

Comments

@w1redl4in
Copy link

It is possible to have the same type of commit with multiple possibilities? example:

list: ["fix", "simplefix", "hotfix"]

types: {
  fix: {
      description: "A bug fix",
      emoji: "🐛",
      value: "fix",
    },
  hotfix: {
      description: "A hotfix",
      emoji: "🚑️",
      value: "fix",
   },
   simplefix: {
        description: "A simplefix",
        emoji: "🩹",
        value: "fix",
    },
}

So we could commit like:
fix: 🐛 normal bug message
fix: 🚑️ hotfix message
fix: 🩹 simple bug message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant