git 提交前缀

1,287 阅读1分钟
  • feat (feature) :新功能
  • fix (bug fix):修复bug
  • docs (documentation) :文档
  • style (formatting, missing semi colons, …):格式
  • refactor:重构
  • test (when adding missing tests):增加测试
  • chore (maintain):辅助工具变动