heartstartwittertwitter-xlistgridlightdark
gitmoji

An emoji guide for your commit messages

改进项目结构 / 代码格式。

Improve structure / format of the code.

提高性能。

Improve performance.

删除代码或文件。

Remove code or files.

修复 BUG。

Fix a bug.

紧急热修复。

Critical hotfix.

引入新特性。

Introduce new features.

添加或更新文档。

Add or update documentation.

部署项目。

Deploy stuff.

添加或更新 UI 与样式文件。

Add or update the UI and style files.

初次提交。

Begin a project.

添加、更新或通过测试。

Add, update, or pass tests.

修复安全或隐私问题。

Fix security or privacy issues.

添加或更新 secrets。

Add or update secrets.

Release / Version 标签。

Release / Version tags.

修复编译器 / 链接器警告。

Fix compiler / linter warnings.

进行中的工作。

Work in progress.

修复 CI 构建。

Fix CI Build.

降级依赖版本。

Downgrade dependencies.

升级依赖版本。

Upgrade dependencies.

将依赖设定为指定版本。

Pin dependencies to specific versions.

添加或更新 CI 构建系统。

Add or update CI build system.

添加或更新分析或跟踪代码。

Add or update analytics or track code.

重构代码。

Refactor code.

添加依赖。

Add a dependency.

移除依赖。

Remove a dependency.

添加或更新配置文件。

Add or update configuration files.

添加或更新开发脚本。

Add or update development scripts.

国际化和本地化 (i18n)。

Internationalization and localization.

修复拼写错误。

Fix typos.

写不好的代码,需要改进。

Write bad code that needs to be improved.

还原更改。

Revert changes.

合并分支。

Merge branches.

添加或更新已编译的文件或包。

Add or update compiled files or packages.

由于外部 API 变化而更新代码。

Update code due to external API changes.

移动或重命名资源(如:文件、路径或路由)。

Move or rename resources (e.g.: files, paths, routes).

添加或更新 License。

Add or update license.

引入重大变更。

Introduce breaking changes.

添加或更新资源。

Add or update assets.

改善无障碍环境。

Improve accessibility.

在源代码中添加或更新注释。

Add or update comments in source code.

醉醺醺地写代码。

Write code drunkenly.

添加或更新文本与字面。

Add or update text and literals.

执行与数据库相关的更改。

Perform database related changes.

添加或更新日志。

Add or update logs.

删除日志。

Remove logs.

添加或更新贡献者。

Add or update contributor(s).

提高用户体验 / 可用性。

Improve user experience / usability.

进行架构更改。

Make architectural changes.

进行响应式设计。

Work on responsive design.

进行 Mock 测试。

Mock things.

添加或更新一个彩蛋。

Add or update an easter egg.

添加或更新 .gitignore 文件。

Add or update a .gitignore file.

添加或更新快照。

Add or update snapshots.

试验新功能。

Perform experiments.

改善 SEO。

Improve SEO.

添加或更新类型。

Add or update types.

添加或更新 SEED 文件。

Add or update seed files.

添加、更新或删除特性标志。

Add, update, or remove feature flags.

捕获异常。

Catch errors.

添加或更新动画和过场。

Add or update animations and transitions.

清理废弃代码。

Deprecate code that needs to be cleaned up.

编写与授权、角色和权限相关的代码。

Work on code related to authorization, roles and permissions.

简单修复非关键性问题。

Simple fix for a non-critical issue.

undefined。

Data exploration/inspection.

删除无效代码。

Remove dead code.

添加失败测试。

Add a failing test.

添加或更新业务逻辑。

Add or update business logic.

添加或更新健康检查。

Add or update healthcheck.

与基础设施相关的变化。

Infrastructure related changes.

改善开发者体验。

Improve developer experience.

添加赞助或与金钱相关的基础设施。

Add sponsorships or money related infrastructure.

添加或更新与多线程或并发相关的代码。

Add or update code related to multithreading or concurrency.

添加或更新与验证相关的代码。

Add or update code related to validation.