gitmoji
gitmoji
点击对应emoji可以直接复制
emoji | code | description | 描述 |
---|---|---|---|
🎨 | :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. | 添加或更新UI和样式文件 |
🎉 | :tada: |
Begin a project. | 开始项目 |
✅ | :white_check_mark: |
Add, update, or pass tests. | 添加/更新/通过测试 |
🔒️ | :lock: |
Fix security or privacy issues. | 修复安全问题 |
🔐 | :closed_lock_with_key: |
Add or update secrets. | 添加或更新密钥 |
🔖 | :bookmark: |
Release / Version tags. | 发布/版本标签 |
🚨 | :rotating_light: |
Fix compiler / linter warnings. | 修复编译器/linter警告 |
🚧 | :construction: |
Work in progress. | 进行中的工作 |
💚 | :green_heart: |
Fix CI Build. | 修复CI构建 |
⬇️ | :arrow_down: |
Downgrade dependencies. | 降级依赖项 |
⬆️ | :arrow_up: |
Upgrade dependencies. | 升级依赖项 |
📌 | :pushpin: |
Pin dependencies to specific versions. | 固定依赖版本 |
👷 | :construction_worker: |
Add or update CI build system. | 添加/更新CI构建系统 |
📈 | :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. | 因外部API变更更新代码 |
🚚 | :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. | 添加/更新.gitignore文件 |
📸 | :camera_flash: |
Add or update snapshots. | 添加/更新快照 |
⚗️ | :alembic: |
Perform experiments. | 进行实验 |
🔍️ | :mag: |
Improve SEO. | 改善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. | 提升开发者体验 |
💸 | :money_with_wings: |
Add sponsorships or money related infrastructure. | 添加赞助/资金相关基础设施 |
🧵 | :thread: |
Add or update code related to multithreading or concurrency. | 添加/更新多线程/并发相关代码 |
🦺 | :safety_vest: |
Add or update code related to validation. | 添加/更新验证相关代码 |
参考内容
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 E-larex's Blog!