Git Commit提交建议
commit的类别,建议使用下面7个标识
feat       新功能(feature)
fix        修补bug
docs       文档
style      格式
refactor   重构
test       测试
chore      构建过程
feat       新功能(feature)
fix        修补bug
docs       文档
style      格式
refactor   重构
test       测试
chore      构建过程
