From 5abbc698709bafb6421b7380a3cb3402ece7c55f Mon Sep 17 00:00:00 2001 From: AprilShu <20660321+April-Q@users.noreply.github.com> Date: Tue, 2 Mar 2021 17:09:28 +0800 Subject: [PATCH] Update README-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改一处语句不通 --- contributors/guide/contributor-cheatsheet/README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/guide/contributor-cheatsheet/README-zh.md b/contributors/guide/contributor-cheatsheet/README-zh.md index 10aab1898..4259320b4 100644 --- a/contributors/guide/contributor-cheatsheet/README-zh.md +++ b/contributors/guide/contributor-cheatsheet/README-zh.md @@ -143,7 +143,7 @@ GitHub Issue 是追踪 bug 报告、改善请求,或者报告例如失败测 #### 回应 Issue - 在处理 issue 时,添加评论以便让其他人知道,避免重复的工作。 -- 如果之后您解决了什么问题,在关闭前该 issue 前,先评论以便让其他人知道。 +- 如果之后您解决了什么问题,在关闭该 issue 前,先评论以便让其他人知道。 - 添加其它 PR 或 issue 的引用(或者任何可能的资料),例如 _「ref: #1234」_。这对于联系其它地方处理过的相关工作很有帮助。