Git/SVN提交代码规范

feat - 新功能 feature
fix - 修复 bug
docs - 文档注释
style - 代码格式(不影响代码运行的变动)
refactor - 重构、优化(既不增加新功能,也不是修复bug)
perf - 性能优化
test - 增加测试
chore - 构建过程或辅助工具的变动
revert - 回退
build - 打包

 

示例:

 

posted @ 2019-09-11 17:19  白树  阅读(2118)  评论(0编辑  收藏  举报