Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 439 Bytes

File metadata and controls

16 lines (13 loc) · 439 Bytes

study_project

存放学习各种语言、框架、服务等等的仓库

提交规则

其中type用于说明 commit 的类别,只允许使用下面7个标识:

1 feat:新功能(feature)
2 fix:修补bug
3 docs:文档(documentation)
4 style:  格式(不影响代码运行的变动)
5 refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
6 test:增加测试
7 chore:构建过程或辅助工具的变动