Git提交规范参考
# Git 提交规范参考
feat
add new functions;增加新的业务功能fix
Fix issues/bugs;修复业务问题/BUGperf
Optimize performance;优化性能style
Change the code style without affecting the running result;更改代码风格, 不影响运行结果refactor
Re-factor code;重构代码revert
Undo changes;撤销更改test
Test related, does not involve changes to business code;测试相关, 不涉及业务代码的更改docs
Documentation and Annotation;文档和注释相关chore
Updating dependencies/modifying scaffolding configuration, etc;更新依赖/修改脚手架配置等琐事workflow
Work flow Improvements;工作流改进ci
CICD;持续集成相关types
Type definition;类型定义文件更改wip
In development;开发中
编辑 (opens new window)
上次更新: 2025/01/07, 6:01:00