carloscuesta / gitmoji

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

⛩️ for enabling/disabling/working with feature gates #1373

Closed jnmcfly closed 1 year ago

jnmcfly commented 1 year ago

Emoji symbol

⛩️

Emoji code

:shinto_shrine:

Emoji description

for enabling/disabling/working with feature gates

Describe the use case of your emoji

When working with software feature gates, it will be handy to have some gatey gitmoji flavour.

A feature gate is a mechanism for teams to configure what system behavior is visible to users without changing application code. Feature gates are also commonly called feature flags or feature toggles.

See https://docs.statsig.com/feature-gates

Is this use case covered by an existing emoji?

No ❌

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

Examples

⛩️ enable feature gate for v2 login route

Validations

carloscuesta commented 1 year ago

Hey!

Thanks for opening the issue, I believe this is already covered with this specific emoji:

https://github.com/carloscuesta/gitmoji/blob/7c49666b35361278bbef998347bf88c2ada25bd3/packages/gitmojis/src/gitmojis.json#L460-L467

I'll close the issue! 🙏🏼