Skip to content

Commit

Permalink
fix: --20220302 fix style of html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob953 committed Mar 2, 2022
1 parent 86b1c14 commit 8367a24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/global/zh-simplify/CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
1. 进入 Issue 页面点击 `New issue` 按钮

![New issue 按钮所在的地方](../../../img/global/CONTRIBUTION/issue_button.png)
<p style="text-align: center">Figure 1. New issue 的按钮位置</p>
<p align="center">Figure 1. New issue 的按钮位置</p>
2. 选择 `Bug report`, `Evaluate request`, `Feature request` 或新建一个空白模版来初始化你的 Issue
- Bug report:指出 EvalCSU 中存在的内容错误,并提出修正建议,详细请参考 [Bug report 模版](#bug-report-模版)
- Evaluate request:向 Manager 提交评教、经验分享的申请,详细请参考 [Evaluate request 模版](#evaluate-request-模版)
Expand All @@ -78,7 +78,7 @@
3.**Assign the manager you email** 中 @ 负责 bug 所在区域的管理员

![优秀的 bug issue 案例](../../../img/global/CONTRIBUTION/bug_issue_example.png)
<p style="text-align: center">Figure 2. Bug issue 的按钮位置</p>
<p align="center">Figure 2. Bug issue 的按钮位置</p>

**特别注意**

Expand Down Expand Up @@ -124,7 +124,7 @@
4. 无论是否有相应资格,都需要在 **Assign the manager you email** 中 @ 所发邮件的管理员

![优秀的 feature request 案例](../../../img/global/CONTRIBUTION/feature_request_example.png)
<p style="text-align: center">Figure 3. 优秀的 feature request 案例</p>
<p align="center">Figure 3. 优秀的 feature request 案例</p>

**特别注意**

Expand Down Expand Up @@ -153,7 +153,7 @@
1. `fork` 主仓库到你的 GitHub 仓库中,并 `git clone` 个人仓库到本地

![fork 按钮位置](../../../img/global/CONTRIBUTION/fork_button.png)
<p style="text-align: center">Figure 4. fork 按钮位置</p>
<p align="center">Figure 4. fork 按钮位置</p>
2. 在本地新建一个分支
- 分支命名规则:
```
Expand All @@ -163,7 +163,7 @@
- git 命令示例:

![新建分支的命令样例](../../../img/global/CONTRIBUTION/create_new_branch.png)
<p style="text-align: center">Figure 5. 新建分支的命令样例</p>
<p align="center">Figure 5. 新建分支的命令样例</p>
- `<type>` 建议参考 [提交类型](#evalcsu-的-commit-注意事项)
3. 在本地新建的分支上完成你的修改,修改要求详细请参考 **项目搭建原则**
4. 在本地提交 commit 时,请严格遵循 [EvalCSU 的 commit 注意事项](#evalcsu-的-commit-注意事项)
Expand Down Expand Up @@ -202,7 +202,7 @@
1. 打开 GitHub,从个人仓库中选择 `New pull request` 按钮

![PR button](../../../img/global/CONTRIBUTION/PR_button.png)
<p style="text-align: center">Figure 6. PR 按钮</p>
<p align="center">Figure 6. PR 按钮</p>
2. 选取本仓库的主分支与你修改过的分支作为比较对象,依照以下方式描述你的修改:
1. 标题可以按照 `<type>[optional scope]: <description>` 的方式命名
2.**Related Issue** 中链接到相关 Issue,不可缺失
Expand All @@ -212,7 +212,7 @@
6.**Screenshoot** 中贴上对应截图

![优秀的 PR 样例](../../../img/global/CONTRIBUTION/PR_example.png)
<p style="text-align: center">Figure 7. 优秀的 PR 样例</p>
<p align="center">Figure 7. 优秀的 PR 样例</p>
3. 点击 `Create pull request` 按钮创建你的合并请求

**特别注意**
Expand Down

0 comments on commit 8367a24

Please sign in to comment.