We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d87d8d commit 85c8f5fCopy full SHA for 85c8f5f
git.md
@@ -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