Created
January 22, 2021 23:16
-
-
Save sulram/e5092e3bc34712ff4e05818e35509220 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"path": "emoji-cz", | |
"emoji-cz": { | |
"types": { | |
"Refactor": { | |
"emoji": "β»οΈ" | |
}, | |
"Docs": { | |
"emoji": "π" | |
}, | |
"Perf": { | |
"emoji": "β‘οΈ" | |
}, | |
"Burn": { | |
"emoji": "π₯", | |
"description": "Remove code or files" | |
}, | |
"Chore": { | |
"emoji": "π§", | |
"description": "Add or update configuration files" | |
}, | |
"Hotfix": { | |
"emoji": "π", | |
"description": "Critical hotfix" | |
}, | |
"Deploy": { | |
"emoji": "π", | |
"description": "Deploy stuff" | |
}, | |
"Wip" : { | |
"emoji": "π§", | |
"description": "Save work in progress" | |
}, | |
"Pkg": { | |
"emoji": "π¦", | |
"description": "Update packages and dependencies" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment