Gitmoji's name vs code for ๐ซ
paduszyk opened this issue ยท 3 comments
Discussion
For the "animation" Gitmoji:
{
"emoji": "๐ซ",
"entity": "💫",
"code": ":dizzy:",
"description": "Add or update animations and transitions.",
"name": "animation",
"semver": "patch"
},
there is an inconsitency in its name and code. For the remaining Gitmojis, the name is simply the code with the underscores replaced by dashes and the leading and trailing colons removed.
Is there any specific reason for which this rule is violated for ๐ซ?
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue requesting the same feature.
Hey!
I don't recall any reason for it to be different ๐
.
The name
of the emoji should be the same as the code but without the semicolons, so let's change it back to name: dizzy
.
Thanks for finding this, do you want to open a Pull-Request?
OK. I will open the PR ASAP. How would you classify that change? I believe the options are: โป๏ธ, ๐.
Anyways, maybe you should consider to discard the name
field at all? Since it looks like being deterministic...
OK. I will open the PR ASAP. How would you classify that change? I believe the options are: โป๏ธ, ๐.
โ๏ธ Also works!
Anyways, maybe you should consider to discard the name field at all? Since it looks like being deterministic...
Not sure, some external dependencies, services might be using that field, for now I would focus on fixing this specific issue and we can reevaluate in the future if the name
field makes sense at the JSON level.