Skip to content

Commit

Permalink
chore(convention): rename refactor to rfct (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh40Le1ZOOB authored Sep 27, 2024
1 parent 36df649 commit 26ef515
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@

可用值:

| 类型 | 更改范围 | 更改行为 |
| -------- | ------------- | -------------------------------------------- |
| feat | 代码 | 添加新功能 |
| fix | 代码 | 修复由代码错误引发的未预期的问题 |
| refactor | 代码 | 在不改变代码行为的情况下更改、重写、重构代码 |
| style | 代码或内容 | 更改文本格式风格,如空格、缩进、大小写 |
| typo | 内容 | 修正不具有争议且由输入错误产生的错别字 |
| grammar | 内容 | 修正不符合汉语规范的语法错误 |
| ambig | 内容 | 修正易造成误解或具有歧义的内容 |
| punctua | 内容 | 修正标点错误 |
| chore | 非内容 | 杂务 |
| dep | 版本锁定文件 | 升级/降级依赖包 |
| ci | CI 工作流代码 | 更改 CI 工作流行为 |
| 类型 | 更改范围 | 更改行为 |
| ------ | ------------- | -------------------------------------------- |
| feat | 代码 | 添加新功能 |
| fix | 代码 | 修复由代码错误引发的未预期的问题 |
| rfct | 代码 | 在不改变代码行为的情况下更改、重写、重构代码 |
| style | 代码或内容 | 更改文本格式风格,如空格、缩进、大小写 |
| typo | 内容 | 修正不具有争议且由输入错误产生的错别字 |
| grammar| 内容 | 修正不符合汉语规范的语法错误 |
| ambig | 内容 | 修正易造成误解或具有歧义的内容 |
| punctua| 内容 | 修正标点错误 |
| chore | 非内容 | 杂务 |
| dep | 版本锁定文件 | 升级/降级依赖包 |
| ci | CI 工作流代码 | 更改 CI 工作流行为 |

### scope

Expand Down

0 comments on commit 26ef515

Please sign in to comment.