carloscuesta / gitmoji

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

new emojis #1112

Closed ezeparziale closed 2 years ago

ezeparziale commented 2 years ago

Hello!

Consider add new emojis like:

:whale: for Add or update docker files (like Dockerfile, docker-compose.yml, .dockerignore) :hatching_chick: for initial commits

I have the changes in my fork repo: https://github.com/ezeparziale/gitmoji/tree/new-emojis

{ "emoji": "🐋", "entity": "&#1F433;", "code": ":whale:", "description": "Add or update all docker files.", "name": "whale", "semver": null } , { "emoji": "🐣", "entity": "🐣", "code": ":hatching_chick:", "description": "Initial commit", "name": "hatching-chick", "semver": null }

whale: '#39e4fb', 'hatching-chick': '#f2f792',

vhoyer commented 2 years ago

the "new emojis" you mention are actually old emojis, :whale: was removed I think in this batch https://github.com/carloscuesta/gitmoji/issues/435 when we removed platform specific emojis. There are also some discussion on the addition of an emoji for dealing with containers https://github.com/carloscuesta/gitmoji/issues/750 which can now be covered with :bricks: for infraestructure.

And :tada: originally was named Initial commit, but we decided on renaming it to begin a project on https://github.com/carloscuesta/gitmoji/pull/456 which enables us to use it more than once in a repository, since maybe we are working in a mono repo, which could include more projects than one, and is still valid for a first commit.

please, try to add suggestions on each emoji as separate issues, and since this issue seems to be about the inclusion of more emojis and it doesn't follow our issue template for suggesting new emojis, I'm closing the issue. Feel free to re-open it if you think it's a mistake.