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 895598e commit 8143bd8Copy full SHA for 8143bd8
docs/CONTRIBUTING.md
@@ -44,20 +44,7 @@
44
45
## GIT 提交规范
46
47
-遵循 Angular 的 [Commit Message Format](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format)。
48
-
49
-### 类型
50
51
-必须是以下之一:
52
53
-- **build**:影响构建系统或外部依赖性的变化(示例范围:Gulp,Groccoli,NPM)
54
-- **ci**:更改我们的 CI 配置文件和脚本(示例:Github Actions,SauceLabs)
55
-- **docs**:仅更改文档
56
-- **feat**:一个新功能
57
-- **fix**:一个 bug 修复
58
-- **perf**:改进的代码更改可改善性能
59
-- **refactor**:代码更改既不修复错误也不添加功能
60
-- **test**:添加丢失的测试或纠正现有测试
+遵循 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)。
61
62
## UI 设计
63
0 commit comments