From aba4bd9c8a5bf68669e5dce92dd0c4e3119a6b59 Mon Sep 17 00:00:00 2001 From: xieyanker Date: Mon, 25 May 2020 11:43:27 +0800 Subject: [PATCH] Fix note --- content/zh/docs/contribute/intermediate.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/content/zh/docs/contribute/intermediate.md b/content/zh/docs/contribute/intermediate.md index 9150aeeb88..c1bd85b8a1 100644 --- a/content/zh/docs/contribute/intermediate.md +++ b/content/zh/docs/contribute/intermediate.md @@ -696,14 +696,15 @@ most up-to-date version of that branch. git commit -m "Your commit message" ``` - {{< note >}} - 不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了,那么每当提交出现在新的Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。 - {{< /note >}} +{{< note >}} + +不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了,那么每当提交出现在新的Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。 +{{< /note >}} 5.