File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
content/zh/docs/contribute Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -696,14 +696,15 @@ most up-to-date version of that branch.
696
696
git commit -m "Your commit message"
697
697
```
698
698
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 >}}
707
708
708
709
5. <!--
709
710
Optionally, you can test your change by staging the site locally using the
You can’t perform that action at this time.
0 commit comments