-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
:hammer:should render 🔨 in the web app.- Ensure that existing emoji support doesn't change.
- This change will have to be made when the commit message has been read, so before returning from
getCommitMsg()ingenerateObjects.js.- One way to implement this would be to check for the indices of all the colons (
:) and then try to extract the text between two colons to check if it matches an emoji text.
- One way to implement this would be to check for the indices of all the colons (
Expected behaviour:
:sparkles:should render as ✨ in the commit message.:truck:should render as 🚚 in the commit message.
Originally posted by @HarshKapadia2 in #40 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
