carloscuesta / gitmoji

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

πŸ’ͺ for doing something complicated #1653

Closed MaxBroome closed 4 months ago

MaxBroome commented 6 months ago

Emoji symbol

πŸ’ͺ

Emoji code

:muscle:

Emoji description

Used in documentation to emphasize that something is hard to do.

Describe the use case of your emoji

When its more than a bash script or a docker-compose file. Because some people are too fucking lazy.

This is for the Chads that run Arch Linux and know that this is way is just; better.

Is this use case covered by an existing emoji?

No ❌

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

Examples

While you could deploy with Docker. Here's how to do it with NPM because the Docker whale killed your entire family or some shit...

Docker :whale:

docker pull some-shit

With NPM :muscle:

some fuckin' npm shit, idk its like 4 in the morning right now

Validations

realjck commented 4 months ago

Differentiating important commits from less important ones may not be very practiced in the software industry, this deviates a little from the standards because it can add cognitive overload by making the history less easy to follow.

Afterwards if it is useful and in agreement with the development team I would say why not use this emoji.

It's up to the contributors of this repository to decide whether you want to keep the proposed list more concise or not.

carloscuesta commented 4 months ago

Hey!

I feel this falls under the "how" not the "what", since what you're trying to explain with the emoji is that something was complicated but not what you did in the commit

Therefore I'll close the issue, thanks!