Skip to content

Instantly share code, notes, and snippets.

@sulram
Created January 22, 2021 23:16
Show Gist options
  • Save sulram/e5092e3bc34712ff4e05818e35509220 to your computer and use it in GitHub Desktop.
Save sulram/e5092e3bc34712ff4e05818e35509220 to your computer and use it in GitHub Desktop.
{
"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