Skip to content

Latest commit

 

History

History
71 lines (71 loc) · 5.33 KB

File metadata and controls

71 lines (71 loc) · 5.33 KB
  • 🎨 :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: 添加或更新 UI 和样式文件 (Add or update 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: 修复编译器/linter警告 (Fix compiler / linter warnings.)
  • 🚧 :construction: 工作正在进行中 (Work in progress.)
  • 💚 :green_heart: 修复 CI 构建 (Fix CI Build.)
  • ⬇️ :arrow_down: 降级依赖 (Downgrade dependencies.)
  • ⬆️ :arrow_up: 升级依赖项 (Upgrade dependencies.)
  • ⏪️ :rewind: 还原更改 (Revert changes.)
  • 📌 :pushpin: 将依赖项固定到特定版本 (Pin dependencies to specific versions.)
  • 👷 :construction_worker: 添加或更新CI/CD构建系统 (Add or update CI/CD 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.)
  • 🔀 :twisted_rightwards_arrows: 合并分支 (Merge branches.)
  • 📦️ :package: 添加或更新已编译的文件或包 (Add or update compiled files or packages.)
  • 👽️ :alien: 由于外部 API 更改而更新代码 (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 contributors.)
  • 🚸 :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: 添加或更新 .gitignore 文件 (Add or update .gitignore file.)
  • 📸 :camera_flash: 添加或更新快照 (Add or update snapshots.)
  • ⚗️ :alembic: 进行实验 (Experiment with things.)
  • 🔍️ :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.)
  • 💸 :money_with_wings: 添加赞助或与金钱相关的基础设施 (Add sponsorships or money related infrastructure.)