Skip to content

Instantly share code, notes, and snippets.

@lisilinhart
Last active September 27, 2023 12:37
Show Gist options
  • Save lisilinhart/61cc18df27a6036bbbfb30fe295026c0 to your computer and use it in GitHub Desktop.
Save lisilinhart/61cc18df27a6036bbbfb30fe295026c0 to your computer and use it in GitHub Desktop.
emoji_mapping.json
{
"mapping": {
"task": [
"πŸ“"
],
"ci": [
"πŸ‘·"
],
"chore": [
"πŸ—οΈ"
],
"release": [
"πŸ”–"
],
"story": [
"✨"
],
"feat": [
"✨"
],
"refactor": [
"♻️"
],
"test": [
"πŸ§ͺ"
],
"fix": [
"πŸ›"
],
"hotfix": [
"πŸš‘οΈ"
],
"npm": [
"πŸ“Œ"
],
"design": [
"🎨"
],
"style": [
"🎨"
],
"a11y": [
"πŸ‘“"
],
"accessibility": [
"πŸ‘“"
],
"work in progress": [
"🚧"
],
"desktop": [
"πŸ’»"
],
"mobile": [
"πŸ“±"
],
"responsive": [
"πŸ“±"
],
"docs": [
"πŸ“š"
],
"documentation": [
"πŸ“š"
],
"internationalize": [
"πŸ’¬"
],
"i18n": [
"πŸ’¬"
],
"search": [
"πŸ”"
],
"patch": [
"πŸ€•"
],
"upgrade": [
"⬆️"
],
"update": [
"⬆️"
],
"remove": [
"πŸ—‘"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment