Skip to content

Instantly share code, notes, and snippets.

@chadly
Last active March 2, 2021 20:54
Show Gist options
  • Save chadly/3ece91e4f965ef962ec0cd7c411ea3a8 to your computer and use it in GitHub Desktop.
Save chadly/3ece91e4f965ef962ec0cd7c411ea3a8 to your computer and use it in GitHub Desktop.
{
"emoji": true,
"lowercaseTypes": true,
"endWithDot": false,
"types": [
{
"emoji": "🔧",
"type": "Chore",
"description": "Changes that affect the build system or external dependencies and moving files",
"argKeys": [
"c",
"chore"
]
},
{
"emoji": "👷",
"type": "CI",
"description": "Changes to our CI configuration files and scripts",
"argKeys": [
"ci"
]
},
{
"emoji": "📝",
"type": "Docs",
"description": "Documentation only changes",
"argKeys": [
"d",
"docs"
]
},
{
"emoji": "✨",
"type": "Feat",
"description": "New feature",
"argKeys": [
"f",
"feat",
"feature"
]
},
{
"emoji": "🐛",
"type": "Fix",
"description": "Bug fix",
"argKeys": [
"fi",
"fix",
"bug"
]
},
{
"emoji": "⚡️",
"type": "Perf",
"description": "Code change that improves performance",
"argKeys": [
"p",
"perf",
"performance"
]
},
{
"emoji": "♻️",
"type": "Refactor",
"description": "Code change that neither fixes a bug nor adds a feature",
"argKeys": [
"r",
"refactor"
]
},
{
"emoji": "🎨",
"type": "Style",
"description": "Changes that do not affect the meaning of the code",
"argKeys": [
"s",
"style"
]
},
{
"emoji": "🧪",
"type": "Test",
"description": "Adding missing tests or correcting existing tests",
"argKeys": [
"t",
"test"
]
},
{
"emoji": "🚧",
"type": "WIP",
"description": "Work in progress",
"argKeys": [
"w",
"wip"
]
},
{
"emoji": "💬",
"type": "Text",
"description": "Add or update text and literals",
"argKeys": [
"t",
"txt"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment