From 9f38db523ea528d831fb75f2187ffc31a788e810 Mon Sep 17 00:00:00 2001 From: xieyanker Date: Mon, 25 May 2020 19:05:05 +0800 Subject: [PATCH] Fix note --- content/zh/docs/contribute/intermediate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/contribute/intermediate.md b/content/zh/docs/contribute/intermediate.md index c1bd85b8a1..b7ae9e36f7 100644 --- a/content/zh/docs/contribute/intermediate.md +++ b/content/zh/docs/contribute/intermediate.md @@ -703,7 +703,7 @@ commit message. If you do, it will cause that issue or pull request to get a notification every time the commit shows up in a new Git branch. You can link issues and pull requests together later, in the GitHub UI. --> -不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了,那么每当提交出现在新的Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。 +不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了,那么每当提交出现在新的 Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。 {{< /note >}} 5.