Git Commit 规则

格式

1
2
3
4
5
6
<type>(<scope>): <subject>
空一行
<body>
空一行
<footer>
Closes #123, #245, #992

类型

  • feat:新功能
  • fix:修复bug
  • docs:文档
  • style: 代码格式
  • refactor:重构
  • perf:修改代码提升性能
  • test:测试
  • chore:构建过程或辅助工具的变动

参考

《Commit message 和 Change log 编写指南》