Skip to content

Commit c17896f

Browse files
authored
Merge pull request #21173 from xieyanker/fix_note
Fix note
2 parents 76da07d + 9f38db5 commit c17896f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/zh/docs/contribute/intermediate.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -696,14 +696,15 @@ most up-to-date version of that branch.
696696
git commit -m "Your commit message"
697697
```
698698
699-
{{< note >}}
700-
<!--
701-
Do not reference a GitHub issue or pull request by ID or URL in the
702-
commit message. If you do, it will cause that issue or pull request to get
703-
a notification every time the commit shows up in a new Git branch. You can
704-
link issues and pull requests together later, in the GitHub UI.
705-
-->不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了,那么每当提交出现在新的Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。
706-
{{< /note >}}
699+
{{< note >}}
700+
<!--
701+
Do not reference a GitHub issue or pull request by ID or URL in the
702+
commit message. If you do, it will cause that issue or pull request to get
703+
a notification every time the commit shows up in a new Git branch. You can
704+
link issues and pull requests together later, in the GitHub UI.
705+
-->
706+
不要在提交消息中引用 GitHub issue 或 PR(通过 ID 或 URL)。如果您这样做了,那么每当提交出现在新的 Git 分支中时,就会导致该 issue 或 PR 获得通知。稍后,您可以在 GitHub UI 中链接 issues 并将请求拉到一起。
707+
{{< /note >}}
707708
708709
5. <!--
709710
Optionally, you can test your change by staging the site locally using the

0 commit comments

Comments
 (0)