Skip to content

Commit

Permalink
chore(贡献指南): 使类型字段的可用值更易于理解,扩展 style 类型的适用范围 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB authored Mar 1, 2024
1 parent d70ee20 commit 8293ce4
Showing 1 changed file with 27 additions and 9 deletions.
36 changes: 27 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,41 @@ Header 部分是提交说明的第一行,包含 `<Type>`、`<Scope>` 和 `<Sub

Type 字段描述提交的类型。此字段的可用值:

- feat:添加一个新功能。
- feat
- 更改范围:代码
- 行为:添加新功能

- fix:修复代码中与预期行为不一致的问题。
- fix
- 更改范围:代码
- 行为:修复实际行为与预期行为不一致的问题

- refactor:更改一处代码,没有造成功能及行为的变化。
- refactor
- 更改范围:代码
- 行为:不改变代码行为

- style:更改一处代码风格(如缩进)。
- style
- 更改范围:代码或内容
- 行为:更改如缩进、空格、大小写等的文本风格

- typo:修正一个错别字(明显错误,没有争议)。
- typo
- 更改范围:内容
- 行为:修正没有争议的错别字

- grammar:修正一个语法错误(阅读不畅,存在争议)。
- grammar
- 更改范围:内容
- 行为:修正造成阅读不畅的语法错误

- ambig:修正一处有歧义的内容(造成误解,存在争议)。
- ambig
- 更改范围:内容
- 行为:修正造成误解的具有歧义的内容

- punctua:修正一处标点错误。
- punctua
- 更改范围:内容
- 行为:修正标点错误

- chore:杂务,通常与代码和内容无关。
- chore
- 更改范围:非代码或内容
- 行为:杂务

##### <a name="scope"></a>Scope 字段

Expand Down

0 comments on commit 8293ce4

Please sign in to comment.