carloscuesta / gitmoji

An emoji guide for your commit messages. 😜
https://gitmoji.dev
MIT License
15.46k stars 805 forks source link

☄️ for an urgent task #1652

Closed wellwind closed 6 months ago

wellwind commented 6 months ago

Emoji symbol

☄️

Emoji code

:comet:

Emoji description

An urgent task from the sky, ignoring any quality check.

Describe the use case of your emoji

Sometimes, we faced urgent tasks; we just needed to complete the job ASAP, ignoring any quality like unit testing, documentation, or well-designed architecture. This emoji can help people know why the commit lacks quality.

Is this use case covered by an existing emoji?

No ❌

Does this emoji fall into the "how" or the "what" category?

Examples

☄️ add hardcoded variable because of urgent requirement ☄️ quickly fix the payment fee bug, or we will lose the bonus

Validations

carloscuesta commented 6 months ago

Hey!

To me this emoji falls into the "how" category, because you're describing that you're doing something quick and in an urgent manner instead of describing what the commit is doing.

Both of the examples you provided can be covered with existing emojis such as:

☄️ quickly fix the payment fee bug, or we will lose the bonus

🐛 Fix the payment fee bug

☄️ add hardcoded variable because of urgent requirement

✨ Add hardcoded variable

Therefore I don't thin this suggestion meets our requirements, thanks for opening the issue

cruzdanilo commented 6 months ago

there's also 🚑️ (critical hotfix)