docs:增加代码提交规范

This commit is contained in:
samwaf
2023-08-29 14:42:45 +08:00
parent 89721fc2d7
commit cb666b28b6

12
代码提交规范.md Normal file
View File

@@ -0,0 +1,12 @@
feat: 新功能feature
fix: 修补bug
docs: 文档documentation
style: 格式(不影响代码运行的变动)
refactor: 重构即不是新增功能也不是修改bug的代码变动
chore: 构建过程或辅助工具的变动
revert: 撤销,版本回退
perf: 性能优化
test测试
improvement: 改进
build: 打包
ci: 持续集成