Source / 来源: gitmoji
SemVer uses the value from upstream. / 使用上游数据中的值。 - means no SemVer value is specified. / 表示上游未指定 SemVer 值。
| Emoji | Code | Name | SemVer | English Description | 中文描述 |
|---|---|---|---|---|---|
| 🎨 | :art: |
art |
- | Improve structure / format of the code. | 改进代码结构或格式。 |
| ⚡️ | :zap: |
zap |
patch | Improve performance. | 提升性能。 |
| 🔥 | :fire: |
fire |
- | Remove code or files. | 删除代码或文件。 |
| 🐛 | :bug: |
bug |
patch | Fix a bug. | 修复缺陷。 |
| 🚑️ | :ambulance: |
ambulance |
patch | Critical hotfix. | 紧急热修复。 |
| ✨ | :sparkles: |
sparkles |
minor | Introduce new features. | 引入新功能。 |
| 📝 | :memo: |
memo |
- | Add or update documentation. | 添加或更新文档。 |
| 🚀 | :rocket: |
rocket |
- | Deploy stuff. | 部署相关内容。 |
| 💄 | :lipstick: |
lipstick |
patch | Add or update the UI and style files. | 添加或更新界面和样式文件。 |
| 🎉 | :tada: |
tada |
- | Begin a project. | 初始化项目。 |
| ✅ | :white_check_mark: |
white-check-mark |
- | Add, update, or pass tests. | 添加、更新或通过测试。 |
| 🔒️ | :lock: |
lock |
patch | Fix security or privacy issues. | 修复安全或隐私问题。 |
| 🔐 | :closed_lock_with_key: |
closed-lock-with-key |
- | Add or update secrets. | 添加或更新密钥等敏感配置。 |
| 🔖 | :bookmark: |
bookmark |
- | Release / Version tags. | 发布或版本标签。 |
| 🚨 | :rotating_light: |
rotating-light |
- | Fix compiler / linter warnings. | 修复编译器或代码检查警告。 |
| 🚧 | :construction: |
construction |
- | Work in progress. | 开发中的工作。 |
| 💚 | :green_heart: |
green-heart |
- | Fix CI Build. | 修复 CI 构建。 |
| ⬇️ | :arrow_down: |
arrow-down |
patch | Downgrade dependencies. | 降级依赖。 |
| ⬆️ | :arrow_up: |
arrow-up |
patch | Upgrade dependencies. | 升级依赖。 |
| 📌 | :pushpin: |
pushpin |
patch | Pin dependencies to specific versions. | 将依赖锁定到指定版本。 |
| 👷 | :construction_worker: |
construction-worker |
- | Add or update CI build system. | 添加或更新 CI 构建系统。 |
| 📈 | :chart_with_upwards_trend: |
chart-with-upwards-trend |
patch | Add or update analytics or track code. | 添加或更新分析、埋点代码。 |
| ♻️ | :recycle: |
recycle |
- | Refactor code. | 重构代码。 |
| ➕ | :heavy_plus_sign: |
heavy-plus-sign |
patch | Add a dependency. | 新增依赖。 |
| ➖ | :heavy_minus_sign: |
heavy-minus-sign |
patch | Remove a dependency. | 移除依赖。 |
| 🔧 | :wrench: |
wrench |
patch | Add or update configuration files. | 添加或更新配置文件。 |
| 🔨 | :hammer: |
hammer |
- | Add or update development scripts. | 添加或更新开发脚本。 |
| 🌐 | :globe_with_meridians: |
globe-with-meridians |
patch | Internationalization and localization. | 国际化和本地化。 |
| ✏️ | :pencil2: |
pencil2 |
patch | Fix typos. | 修正拼写或文案错误。 |
| 💩 | :poop: |
poop |
- | Write bad code that needs to be improved. | 写下需要后续改进的临时代码。 |
| ⏪️ | :rewind: |
rewind |
patch | Revert changes. | 回滚变更。 |
| 🔀 | :twisted_rightwards_arrows: |
twisted-rightwards-arrows |
- | Merge branches. | 合并分支。 |
| 📦️ | :package: |
package |
patch | Add or update compiled files or packages. | 添加或更新编译产物或包文件。 |
| 👽️ | :alien: |
alien |
patch | Update code due to external API changes. | 因外部 API 变化更新代码。 |
| 🚚 | :truck: |
truck |
- | Move or rename resources (e.g.: files, paths, routes). | 移动或重命名资源,例如文件、路径或路由。 |
| 📄 | :page_facing_up: |
page-facing-up |
- | Add or update license. | 添加或更新许可证。 |
| 💥 | :boom: |
boom |
major | Introduce breaking changes. | 引入破坏性变更。 |
| 🍱 | :bento: |
bento |
patch | Add or update assets. | 添加或更新静态资源。 |
| ♿️ | :wheelchair: |
wheelchair |
patch | Improve accessibility. | 改善无障碍访问。 |
| 💡 | :bulb: |
bulb |
- | Add or update comments in source code. | 添加或更新源码注释。 |
| 🍻 | :beers: |
beers |
- | Write code drunkenly. | 写下状态不佳时的代码。 |
| 💬 | :speech_balloon: |
speech-balloon |
patch | Add or update text and literals. | 添加或更新文本和字面量。 |
| 🗃️ | :card_file_box: |
card-file-box |
patch | Perform database related changes. | 执行数据库相关变更。 |
| 🔊 | :loud_sound: |
loud-sound |
- | Add or update logs. | 添加或更新日志。 |
| 🔇 | :mute: |
mute |
- | Remove logs. | 移除日志。 |
| 👥 | :busts_in_silhouette: |
busts-in-silhouette |
- | Add or update contributor(s). | 添加或更新贡献者信息。 |
| 🚸 | :children_crossing: |
children-crossing |
patch | Improve user experience / usability. | 改善用户体验或易用性。 |
| 🏗️ | :building_construction: |
building-construction |
- | Make architectural changes. | 进行架构调整。 |
| 📱 | :iphone: |
iphone |
patch | Work on responsive design. | 处理响应式设计。 |
| 🤡 | :clown_face: |
clown-face |
- | Mock things. | 添加或更新模拟对象。 |
| 🥚 | :egg: |
egg |
patch | Add or update an easter egg. | 添加或更新彩蛋。 |
| 🙈 | :see_no_evil: |
see-no-evil |
- | Add or update a .gitignore file. | 添加或更新 .gitignore 文件。 |
| 📸 | :camera_flash: |
camera-flash |
- | Add or update snapshots. | 添加或更新快照。 |
| ⚗️ | :alembic: |
alembic |
patch | Perform experiments. | 进行实验性改动。 |
| 🔍️ | :mag: |
mag |
patch | Improve SEO. | 改善 SEO。 |
| 🏷️ | :label: |
label |
patch | Add or update types. | 添加或更新类型。 |
| 🌱 | :seedling: |
seedling |
- | Add or update seed files. | 添加或更新种子数据文件。 |
| 🚩 | :triangular_flag_on_post: |
triangular-flag-on-post |
patch | Add, update, or remove feature flags. | 添加、更新或移除功能开关。 |
| 🥅 | :goal_net: |
goal-net |
patch | Catch errors. | 捕获错误。 |
| 💫 | :dizzy: |
dizzy |
patch | Add or update animations and transitions. | 添加或更新动画和过渡效果。 |
| 🗑️ | :wastebasket: |
wastebasket |
patch | Deprecate code that needs to be cleaned up. | 标记需要清理的废弃代码。 |
| 🛂 | :passport_control: |
passport-control |
patch | Work on code related to authorization, roles and permissions. | 处理授权、角色和访问权限相关代码。 |
| 🩹 | :adhesive_bandage: |
adhesive-bandage |
patch | Simple fix for a non-critical issue. | 简单修复非关键问题。 |
| 🧐 | :monocle_face: |
monocle-face |
- | Data exploration/inspection. | 数据探索或检查。 |
| ⚰️ | :coffin: |
coffin |
- | Remove dead code. | 移除死代码。 |
| 🧪 | :test_tube: |
test-tube |
- | Add a failing test. | 添加一个预期失败的测试。 |
| 👔 | :necktie: |
necktie |
patch | Add or update business logic. | 添加或更新业务逻辑。 |
| 🩺 | :stethoscope: |
stethoscope |
- | Add or update healthcheck. | 添加或更新健康检查。 |
| 🧱 | :bricks: |
bricks |
- | Infrastructure related changes. | 基础设施相关变更。 |
| 🧑💻 | :technologist: |
technologist |
- | Improve developer experience. | 改善开发者体验。 |
| 💸 | :money_with_wings: |
money-with-wings |
- | Add sponsorships or money related infrastructure. | 添加赞助或资金相关基础设施。 |
| 🧵 | :thread: |
thread |
- | Add or update code related to multithreading or concurrency. | 添加或更新多线程或并发相关代码。 |
| 🦺 | :safety_vest: |
safety-vest |
- | Add or update code related to validation. | 添加或更新校验相关代码。 |
:airplane: |
airplane |
- | Improve offline support. | 改善离线支持。 | |
| 🦖 | :t-rex: |
t-rex |
- | Code that adds backwards compatibility. | 添加向后兼容代码。 |