Last active
September 27, 2023 12:37
-
-
Save lisilinhart/61cc18df27a6036bbbfb30fe295026c0 to your computer and use it in GitHub Desktop.
emoji_mapping.json
This file contains hidden or 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
{ | |
"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