carloscuesta / gitmoji

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

Add 🐳 for changes related with docker files #1668

Closed ritamcastro closed 4 months ago

ritamcastro commented 6 months ago

Emoji symbol

🐳

Emoji code

:docker:

Emoji description

Add or update Docker files.

Describe the use case of your emoji

As a developer, I would like to be able to distinguish between making a change on a Docker file (docker-compose.yml or Dockerfile itself, or even on a dockerignore) or making a change on any other configuration file.

Is this use case covered by an existing emoji?

No ❌

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

Examples

:docker: Add dockerfile for brand-new-component

:docker: Update env vars on docker-compose

Validations

LingkKang commented 4 months ago

See #452 and #844

TL;DR: it's designed to use 🧱 :bricks: (for Infrastructure) to represent it.