🎨 | :art: | Improve structure / format of the code. | 改进代码的结构/格式。 |
?? | :zap: | Improve performance. | 提高性能。 |
🔥 | :fire: | Remove code or files. | 删除代码或文件。 |
🐛 | :bug: | Fix a bug. | 修复一个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 issues. | 修复安全问题。 |
🔖 | :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. | 提高搜索引擎优化。 |
🏷 | :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: | :adhesive_bandage: | Simple fix for a non-critical issue. | 针对非关键问题的简单修复。 |
:monocle_face: | :monocle_face: | Data exploration/inspection. | 数据探索/检查。 |
?? | :coffin: | Remove dead code. | 删除死代码。 |
:test_tube: | :test_tube: | Add a failing test. | 添加失败的测试。 |
👔 | :necktie: | Add or update business logic | 添加或更新业务逻辑 |