Skip to content

Git提交规范参考

Git 提交规范参考

  • feat add new functions;增加新的业务功能
  • fix Fix issues/bugs;修复业务问题/BUG
  • perf 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;开发中
最近更新