Skip to content

Commit 8143bd8

Browse files
committed
docs(contributing): 更新 GIT 提交规范
- 移除了详细的提交类型说明 - 将 Angular 的提交规范替换为约定式提交 - 简化了文档内容,提高了可读性
1 parent 895598e commit 8143bd8

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,7 @@
4444

4545
## GIT 提交规范
4646

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**:添加丢失的测试或纠正现有测试
47+
遵循 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
6148

6249
## UI 设计
6350

0 commit comments

Comments
 (0)