carloscuesta / gitmoji

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

🍲 for squashed multipurpose commit #1782

Closed boilemmashem closed 1 month ago

boilemmashem commented 1 month ago

Emoji symbol

🍲

Emoji code

:stew:

Emoji description

Indication of a squashed commit

Describe the use case of your emoji

When commits are squashed into one you might have a single multipurpose commit. The emoji indicates there are a few commits squashed into one, possibly with varying purposes.

Why pot of food emoji?

I figured when squashing you are mixing commits into one, making a delicious :stew:

Is this use case covered by an existing emoji?

No ❌

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

Examples

🍲 Squashed bugfix and styles update

Other commits in this squash:
🐛 fixed the foo bug
💄 added styles to bar
🔧 updated config

Validations

carloscuesta commented 1 month ago

Hey! 👋🏼

Thanks for opening the issue I believe this falls into the "how" category as you're highlighting how the commit was made through a squash not the particular intention of it!

boilemmashem commented 1 month ago

Been thinking about this and I'm on board with you, thanks for the review nonetheless ^^