Skip to content

Instantly share code, notes, and snippets.

@ras0q
Last active November 13, 2022 05:46
Show Gist options
  • Select an option

  • Save ras0q/7c0462235870d18ace93042c900ba0ea to your computer and use it in GitHub Desktop.

Select an option

Save ras0q/7c0462235870d18ace93042c900ba0ea to your computer and use it in GitHub Desktop.
gitmoji-template - template for https://github.com/carloscuesta/gitmoji-cli
{
"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