Last active
November 13, 2022 05:46
-
-
Save ras0q/7c0462235870d18ace93042c900ba0ea to your computer and use it in GitHub Desktop.
gitmoji-template - template for https://github.com/carloscuesta/gitmoji-cli
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
| { | |
| "gitmojis": [ | |
| { | |
| "emoji": "β¨", | |
| "name": "sparkles", | |
| "code": ":sparkles:", | |
| "description": "Introduce new features." | |
| }, | |
| { | |
| "emoji": "β‘οΈ", | |
| "name": "zap", | |
| "code": ":zap:", | |
| "description": "Improve performance." | |
| }, | |
| { | |
| "emoji": "π", | |
| "name": "bug", | |
| "code": ":bug:", | |
| "description": "Fix a bug." | |
| }, | |
| { | |
| "emoji": "π©Ή", | |
| "name": "adhesive_bandage", | |
| "code": ":adhesive_bandage:", | |
| "description": "Simple fix for a non-critical issue." | |
| }, | |
| { | |
| "emoji": "β»οΈ ", | |
| "name": "recycle", | |
| "code": ":recycle:", | |
| "description": "Refactor code." | |
| }, | |
| { | |
| "emoji": "π₯", | |
| "name": "boom", | |
| "code": ":boom:", | |
| "description": "Introduce breaking changes." | |
| }, | |
| { | |
| "emoji": "π₯", | |
| "name": "fire", | |
| "code": ":fire:", | |
| "description": "Remove code or files." | |
| }, | |
| { | |
| "emoji": "β ", | |
| "name": "white-check-mark", | |
| "code": ":white_check_mark:", | |
| "description": "Add, update, or pass tests." | |
| }, | |
| { | |
| "emoji": "π¨", | |
| "name": "art", | |
| "code": ":art:", | |
| "description": "Improve structure / format of the code." | |
| }, | |
| { | |
| "emoji": "π", | |
| "name": "lipstick", | |
| "code": ":lipstick:", | |
| "description": "Add or update the UI and style files." | |
| }, | |
| { | |
| "emoji": "π§", | |
| "name": "wrench", | |
| "code": ":wrench:", | |
| "description": "Add or update configuration files." | |
| }, | |
| { | |
| "emoji": "π", | |
| "name": "memo", | |
| "code": ":memo:", | |
| "description": "Add or update documentation." | |
| }, | |
| { | |
| "emoji": "π", | |
| "name": "truck", | |
| "code": ":truck:", | |
| "description": "Move or rename resources (e.g.: files, paths, routes)." | |
| }, | |
| { | |
| "emoji": "β¬οΈ ", | |
| "name": "arrow-down", | |
| "code": ":arrow_down:", | |
| "description": "Downgrade dependencies." | |
| }, | |
| { | |
| "emoji": "β¬οΈ ", | |
| "name": "arrow-up", | |
| "code": ":arrow_up:", | |
| "description": "Upgrade dependencies." | |
| }, | |
| { | |
| "emoji": "π", | |
| "name": "tada", | |
| "code": ":tada:", | |
| "description": "Begin a project." | |
| }, | |
| { | |
| "emoji": "π±", | |
| "name": "seedling", | |
| "code": ":seedling:", | |
| "description": "Initial commit" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment