carloscuesta / gitmoji

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

New emoji for code cleaning / cleanup operations #1004

Closed Framonti closed 2 years ago

Framonti commented 2 years ago

I would suggest to add a complementary gitmoji to ๐Ÿ—‘. That is, a gitmoji that states code cleaning / clean up operations were performed. We already have similar options (e.g., โšฐ๏ธ for dead code, ๐Ÿ”ฅ for deleting code, โ™ป๏ธ for generic refactoring, ๐ŸŽจ for style). However, sometimes during code cleaning operations I put together most of those operations (I may remove and refactor at the same time, for example). One could argue that the two operations should maybe be performed in two separated commits, but from my experience they're usually done together, especially to resolve a ๐Ÿ—‘ commit.

Related gitmoji:

carloscuesta commented 2 years ago

Hey @Framonti

Can you reopen the issue sticking with the gitmoji proposal template?

https://github.com/carloscuesta/gitmoji/issues/new/choose

Thanks ๐Ÿ™๐Ÿผ