Skip to content

Commit ca4eb9d

Browse files
committed
docs(_articles/zh-hans): correct brackets in zh-hans documents
The original zh-hans document used a mix of Chinese brackets("(" or ")") and English brackets incorrectly. Signed-off-by: OctagonalStar <[email protected]>
1 parent 5ea737d commit ca4eb9d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_articles/zh-hans/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ redirect_from: /zh-cn/best-practices/
3535

3636
有一个明确的,用文档表达清晰的愿景,能保证项目的走向不会跑偏,同时也能保障因为其他的贡献者增加的奇怪的需求而使项目变质。
3737

38-
比如,@lord 发现项目有一个明确的愿景能够帮助他决定哪个 PR 值得花时间。作为一个维护者的新手,他甚至还后悔当他接到第一个关于 [slate](https://github.com/lord/slate)) PR 的时候没有坚持项目本身的原则。
38+
比如,@lord 发现项目有一个明确的愿景能够帮助他决定哪个 PR 值得花时间。作为一个维护者的新手,他甚至还后悔当他接到第一个关于 [slate](https://github.com/lord/slate) PR 的时候没有坚持项目本身的原则。
3939

4040
<aside markdown="1" class="pquote">
4141
<img src="https://avatars.githubusercontent.com/lord?s=180" class="pquote-avatar" alt="avatar">

_articles/zh-hans/how-to-contribute.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ redirect_from: /zh-cn/how-to-contribute/
249249
<div class="clearfix mb-4">
250250
<input type="checkbox" id="cbox4" class="d-block float-left mt-1 mr-2" value="checkbox">
251251
<label for="cbox4" class="overflow-hidden d-block text-normal">
252-
人们提交的频繁吗? (在 GitHub,可以在顶栏里点击"commits"来展现。)
252+
人们提交的频繁吗? 在 GitHub,可以在顶栏里点击"commits"来展现。)
253253
</label>
254254
</div>
255255

@@ -286,7 +286,7 @@ redirect_from: /zh-cn/how-to-contribute/
286286
<div class="clearfix mb-4">
287287
<input type="checkbox" id="cbox9" class="d-block float-left mt-1 mr-2" value="checkbox">
288288
<label for="cbox9" class="overflow-hidden d-block text-normal">
289-
有没有关闭的issue? (在 GitHub, 点击 "closed" 标签就可以看到所有已经关闭的 issue。)
289+
有没有关闭的issue? 在 GitHub, 点击 "closed" 标签就可以看到所有已经关闭的 issue。
290290
</label>
291291
</div>
292292

@@ -323,7 +323,7 @@ redirect_from: /zh-cn/how-to-contribute/
323323
<div class="clearfix mb-4">
324324
<input type="checkbox" id="cbox13" class="d-block float-left mt-1 mr-2" value="checkbox">
325325
<label for="cbox13" class="overflow-hidden d-block text-normal">
326-
最近有多少 PR 合并? (在 GitHub, 点击 PR 页面的 "closed" 的标签页来查看已经关闭的标签页。)
326+
最近有多少 PR 合并? 在 GitHub, 点击 PR 页面的 "closed" 的标签页来查看已经关闭的标签页。
327327
</label>
328328
</div>
329329

@@ -463,14 +463,14 @@ redirect_from: /zh-cn/how-to-contribute/
463463

464464
在下面的情形时,请你务必使用PR:
465465

466-
* 提交补丁 (例如,纠正拼写错误、损坏的链接、或者是其它较明显的错误)
466+
* 提交补丁 例如,纠正拼写错误、损坏的链接、或者是其它较明显的错误)
467467
* 开始一项别人请求的任务,或者是过去在 issue 中早就讨论过的
468468

469469
一个 PR 并不代表着工作已经完成。它通常是尽早的开启一个 PR,是为了其他人可以观看或者给作者反馈意见。只需要在子标题标记为"WIP"(正在进行中)。作者可以在后面添加很多评论。
470470

471471
如果说项目是托管在 GitHub 上的,以下是我们总结出的提交 PR 的建议:
472472

473-
* **[Fork 代码仓库](https://guides.github.com/activities/forking/)** 并克隆到本地,在本地的仓库配置"上游"为远端仓库。这样你可以在提交你的 PR 时保持和"上游"同步,会减少很多解决冲突的时间。(更多关于同步的说明,请参考[这里](https://help.github.com/articles/syncing-a-fork/).)
473+
* **[Fork 代码仓库](https://guides.github.com/activities/forking/)** 并克隆到本地,在本地的仓库配置"上游"为远端仓库。这样你可以在提交你的 PR 时保持和"上游"同步,会减少很多解决冲突的时间。更多关于同步的说明,请参考[这里](https://help.github.com/articles/syncing-a-fork/).
474474
* **[创建一个分支](https://guides.github.com/introduction/flow/)** 用于自己编辑。
475475
* **参考任何相关的issue** 或者在你的 PR 中支持文档(比如. "Closes #37.")
476476
* **包含之前和之后的快照** 如果你的改动是包含了不同的 HTML/CSS。在你的 PR 中加入相应的图片。

_articles/zh-hans/starting-a-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ redirect_from: /zh-cn/starting-a-project/
2323

2424
接下来我们通过一个例子了解它的工作原理。想象你的朋友组织了一场聚餐,而你带去了一个樱桃派。
2525

26-
* 每个人都尝了那个派(_使用_)
26+
* 每个人都尝了那个派(_使用_
2727
* 派的味道棒极了!大家请你分享它的配方(_view_
2828
* 一个叫 Alex 的朋友是个糕点师,他建议少放点糖(_modify_
2929
* 一个叫 Lisa 的朋友想要用它作为下周的晚餐(_distribute_

0 commit comments

Comments
 (0)