Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 367 Bytes

规范.md

File metadata and controls

10 lines (9 loc) · 367 Bytes

代码提交说明

  • feat: 新功能 (feature)
  • fix: 修补 bug
  • style: 格式(不影响代码运行的变动)
  • refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
  • test: 测试
  • chore: 其他修改, 比如构建流程, 依赖管理, 杂项修改
  • docs: 文档修改

eg: git commit -m "feat: 根据条件查询服务列表