carloscuesta / gitmoji

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

🧩 New Gitmoji for enabler tasks #1422

Closed MincDev closed 1 year ago

MincDev commented 1 year ago

Emoji symbol

🧩

Emoji code

: jigsaw :

Emoji description

For enabler tasks that prepares delivery of features, etc.

Describe the use case of your emoji

Enabler tasks will be used when supporting the delivery of a primary task or goal without the direct contribution to a new feature or functionality. These are tasks that enable the successful completion of the primary task. Examples could be setting up a database table to capture user information for a registration form, or installing software dependencies that are required for a task.

The jigsaw is a good emoji for this, as it symbolizes the idea that an enabler task is one of the many pieces that are needed to complete a bigger task or goal.

Is this use case covered by an existing emoji?

No ❌

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

Examples

🧩 Install required packages for the project 🧩 Provision a new database server for user authentication 🧩 Create deployment script for deploying app to production server

Validations

carloscuesta commented 1 year ago

Hey!

Why not use the specific emojis we have already in place for the examples that you provided?

🧩 Install required packages for the project

βž• Install required packages for the project

🧩 Provision a new database server for user authentication

πŸ—ƒοΈ Provision a new database server for user authentication

🧩 Create deployment script for deploying app to production server

πŸš€ Create deployment script for deploying app to production server

I believe that enabler tasks can be covered with specific emojis that will add more meaning to the commit rather than using a generic group for all of them.