gitmoji: git commit message 表情符号emoji指南

794 阅读3分钟

官方网站: https://gitmoji.dev/

commit messages的表情符号指南

中文版:

  • 🎨 :art: 改进代码的结构/格式。
  • ⚡️ :zap: 提高性能。
  • 🔥 :fire: 删除代码或文件。
  • 🐛 :bug: 修复一个错误。
  • 🚑️ :ambulance: 关键修补程序。
  • :sparkles: 引入新功能。
  • 📝 :memo: 添加或更新文档。
  • 🚀 :rocket: 部署东西。
  • 💄 :lipstick: 添加或更新 UI 和样式文件。
  • 🎉 :tada: 开始一个项目。
  • :white_check_mark: 添加、更新或通过测试。
  • 🔒️ :lock: 修复安全问题。
  • 🔐 :closed_lock_with_key: 添加或更新机密。
  • 🔖 :bookmark: 发布/版本标签。
  • 🚨 :rotating_light: 修复编译器/linter 警告。
  • 🚧 :construction: 工作正在进行中。
  • 💚 :green_heart: 修复 CI 构建。
  • ⬇️ :arrow_down: 降级依赖。
  • ⬆️ :arrow_up: 升级依赖项。
  • 📌 :pushpin: 将依赖项固定到特定版本。
  • 👷 :construction_worker: 添加或更新 CI 构建系统。
  • 📈 :chart_with_upwards_trend: 添加或更新分析或跟踪代码。
  • ♻️ :recycle: 重构代码。
  • :heavy_plus_sign: 添加依赖项。
  • :heavy_minus_sign: 删除依赖项。
  • 🔧 :wrench: 添加或更新配置文件。
  • 🔨 :hammer: 添加或更新开发脚本。
  • 🌐 :globe_with_meridians: 国际化和本地化。
  • ✏️ :pencil2: 修正错别字。
  • 💩 :poop: 编写需要改进的糟糕代码。
  • ⏪️ :rewind: 还原更改。
  • 🔀 :twisted_rightwards_arrows: 合并分支。
  • 📦️ :package: 添加或更新已编译的文件或包。
  • 👽️ :alien: 由于外部 API 更改而更新代码。
  • 🚚 :truck: 移动或重命名资源(例如:文件、路径、路由)。
  • 📄 :page_facing_up: 添加或更新许可证。
  • 💥 :boom: 引入重大更改。
  • 🍱 :bento: 添加或更新资产。
  • ♿️ :wheelchair: 提高可访问性。
  • 💡 :bulb: 在源代码中添加或更新注释。
  • 🍻 :beers: 醉醺醺地写代码。
  • 💬 :speech_balloon: 添加或更新文本和文字。
  • 🗃️ :card_file_box: 执行与数据库相关的更改。
  • 🔊 :loud_sound: 添加或更新日志。
  • 🔇 :mute: 删除日志。
  • 👥 :busts_in_silhouette: 添加或更新贡献者。
  • 🚸 :children_crossing: 改善用户体验/可用性。
  • 🏗️ :building_construction: 进行架构更改。
  • 📱 :iphone: 致力于响应式设计。
  • 🤡 :clown_face: 模拟事物。
  • 🥚 :egg: 添加或更新复活节彩蛋。
  • 🙈 :see_no_evil: 添加或更新 .gitignore 文件。
  • 📸 :camera_flash: 添加或更新快照。
  • ⚗️ :alembic: 进行实验。
  • 🔍️ :mag: 改善搜索引擎优化。
  • 🏷️ :label: 添加或更新类型。
  • 🌱 :seedling: 添加或更新种子文件。
  • 🚩 :triangular_flag_on_post: 添加、更新或删除功能标志。
  • 🥅 :goal_net: 捕捉错误。
  • 💫 :dizzy: 添加或更新动画和过渡。
  • 🗑️ :wastebasket: 弃用需要清理的代码。
  • 🛂 :passport_control: 处理与授权、角色和权限相关的代码。
  • 🩹 :adhesive_bandage: 对非关键问题的简单修复。
  • 🧐 :monocle_face: 数据探索/检查。
  • ⚰️ :coffin: 删除死代码。
  • 🧪 :test_tube: 添加失败的测试。
  • 👔 :necktie: 添加或更新业务逻辑
  • 🩺 :stethoscope: 添加或更新健康检查。
  • 🧱 :bricks: 基础设施相关的变化。
  • 🧑‍💻 :technologist: 提升开发者体验

英文版本:

  • 🎨 :art: Improve structure / format of the code.
  • ⚡️ :zap: Improve performance.
  • 🔥 :fire: Remove code or files.
  • 🐛 :bug: Fix a bug.
  • 🚑️ :ambulance: Critical hotfix.
  • :sparkles: Introduce new features.
  • 📝 :memo: Add or update documentation.
  • 🚀 :rocket: Deploy stuff.
  • 💄 :lipstick: Add or update the UI and style files.
  • 🎉 :tada: Begin a project.
  • :white_check_mark: Add, update, or pass tests.
  • 🔒️ :lock: Fix security issues.
  • 🔐 :closed_lock_with_key: Add or update secrets.
  • 🔖 :bookmark: Release / Version tags.
  • 🚨 :rotating_light: Fix compiler / linter warnings.
  • 🚧 :construction: Work in progress.
  • 💚 :green_heart: Fix CI Build.
  • ⬇️ :arrow_down: Downgrade dependencies.
  • ⬆️ :arrow_up: Upgrade dependencies.
  • 📌 :pushpin: Pin dependencies to specific versions.
  • 👷 :construction_worker: Add or update CI build system.
  • 📈 :chart_with_upwards_trend: Add or update analytics or track code.
  • ♻️ :recycle: Refactor code.
  • :heavy_plus_sign: Add a dependency.
  • :heavy_minus_sign: Remove a dependency.
  • 🔧 :wrench: Add or update configuration files.
  • 🔨 :hammer: Add or update development scripts.
  • 🌐 :globe_with_meridians: Internationalization and localization.
  • ✏️ :pencil2: Fix typos.
  • 💩 :poop: Write bad code that needs to be improved.
  • ⏪️ :rewind: Revert changes.
  • 🔀 :twisted_rightwards_arrows: Merge branches.
  • 📦️ :package: Add or update compiled files or packages.
  • 👽️ :alien: Update code due to external API changes.
  • 🚚 :truck: Move or rename resources (e.g.: files, paths, routes).
  • 📄 :page_facing_up: Add or update license.
  • 💥 :boom: Introduce breaking changes.
  • 🍱 :bento: Add or update assets.
  • ♿️ :wheelchair: Improve accessibility.
  • 💡 :bulb: Add or update comments in source code.
  • 🍻 :beers: Write code drunkenly.
  • 💬 :speech_balloon: Add or update text and literals.
  • 🗃️ :card_file_box: Perform database related changes.
  • 🔊 :loud_sound: Add or update logs.
  • 🔇 :mute: Remove logs.
  • 👥 :busts_in_silhouette: Add or update contributor(s).
  • 🚸 :children_crossing: Improve user experience / usability.
  • 🏗️ :building_construction: Make architectural changes.
  • 📱 :iphone: Work on responsive design.
  • 🤡 :clown_face: Mock things.
  • 🥚 :egg: Add or update an easter egg.
  • 🙈 :see_no_evil: Add or update a .gitignore file.
  • 📸 :camera_flash: Add or update snapshots.
  • ⚗️ :alembic: Perform experiments.
  • 🔍️ :mag: Improve SEO.
  • 🏷️ :label: Add or update types.
  • 🌱 :seedling: Add or update seed files.
  • 🚩 :triangular_flag_on_post: Add, update, or remove feature flags.
  • 🥅 :goal_net: Catch errors.
  • 💫 :dizzy: Add or update animations and transitions.
  • 🗑️ :wastebasket: Deprecate code that needs to be cleaned up.
  • 🛂 :passport_control: Work on code related to authorization, roles and permissions.
  • 🩹 :adhesive_bandage: Simple fix for a non-critical issue.
  • 🧐 :monocle_face: Data exploration/inspection.
  • ⚰️ :coffin: Remove dead code.
  • 🧪 :test_tube: Add a failing test.
  • 👔 :necktie: Add or update business logic
  • 🩺 :stethoscope: Add or update healthcheck.
  • 🧱 :bricks: Infrastructure related changes.
  • 🧑‍💻 :technologist: Improve developer experience