heartstartwitter

An emoji guide for your commit messages

🎨
: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.
介绍新特性

📝
:pencil:

Write docs.
书写文档

🚀
:rocket:

Deploy stuff.
部署

💄
:lipstick:

Add or update the UI and style files.
添加或更改UI和样式文件

🎉
:tada:

Begin a project.
初始化项目

:white_check_mark:

Add or update tests.
添加或更改测试代码

🔒
:lock:

Fix security issues.
修复安全问题

🔖
:bookmark:

Release / Version tags.
发布版本或版本标签

🚨
:rotating_light:

Remove linter warnings.
删除linter警告

🚧
: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 build 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 files.
移动或重命名文件

📄
: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:

Writing 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.
Mock数据

🥚
:egg:

Add or update an easter egg.
添加或更改复活节彩蛋

🙈
:see_no_evil:

Add or update a .gitignore file.
添加或更改.gitignore文件

📸
:camera_flash:

Add or update snapshots.
添加或更改快照

:alembic:

Experiment new things.
尝试新事物

🔍
:mag:

Improve SEO.
优化SEO

🏷️
:label:

Add or update types (Flow, TypeScript).添加或更改类型(Flow,TypeScript).

🌱
:seedling:

Add or update seed files.

🚩
:triangular_flag_on_post:

Add, update, or Remove feature flags.
添加、更新或删除功能标志

🥅
:goal_net:

Catching errors.
捕获错误

💫
:dizzy:

Add or update animations and transitions.
添加或更改动画和过渡

🗑
:wastebasket:

Deprecating code that needs to be cleaned up.
清理废弃的代码。