Skip to content

Commit 85c8f5f

Browse files
committed
docs:增加git提交规范文档
1 parent 3d87d8d commit 85c8f5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

git.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# git使用规范
2+
## 提交规范
3+
+ feat:新功能(feature)
4+
+ fix:修补bug
5+
+ docs:文档(documentation)
6+
+ style: 格式(不影响代码运行的变动)
7+
+ refactor:重构(即不是新增功能,也不是修改bug的代码变动)
8+
+ test:增加测试
9+
+ chore:构建过程或辅助工具的变动

0 commit comments

Comments
 (0)