Skip to content

Commit

Permalink
docs: 对代码issue类型进行扩充优化 #1103
Browse files Browse the repository at this point in the history
  • Loading branch information
irwinsun committed Apr 15, 2020
1 parent c82b71d commit 5e2cb6a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ git commit -m '标记: 提交的概要注释 issue #123'
示例:

```shell
git commit -m 'bugfix: 部分第三方构建机上出现worker-agent.jar进程延迟退出的问题 issue #29'
git commit -m 'fix: 部分第三方构建机上出现worker-agent.jar进程延迟退出的问题 #29'
```

### 标记说明:

| 标记 | 说明 |
| -------- | -------------------------------------- |
| feature | 新功能开发 |
| feature/feat | 新功能开发 |
| bug/fix/bugfix | bug修复 |
| refactor | 重构代码/优化配置&参数/优化逻辑及功能 |
| refactor/perf | 重构代码/优化配置&参数/优化逻辑及功能 |
| test | 添加单元测试用例相关 |
| docs | 添加文档 |
| info | 添加注释类信息 |
Expand All @@ -60,7 +60,6 @@ git commit -m 'bugfix: 部分第三方构建机上出现worker-agent.jar进程
| del | 删除可能仍然有人用到的功能、API等破坏性动作 |



## Pull Request/Merge Request

如果你已经在处理现有的issue,对此已经有合理的解决方案,建议你在当前issue上进行回复,让蓝鲸团队或者其他开发者、使用者了解到你对该问题有兴趣,并取得了积极的进展,防止重复开发建设,避免人力浪费。蓝鲸团队抱着开放的态度,非常乐意与大家磋商解决方案,期待大家提交PR/MR。
Expand Down

0 comments on commit 5e2cb6a

Please sign in to comment.