-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update the branch name from
master
to main
in contribution.…
…md (#5359) #### What type of PR is this? /kind documentation #### What this PR does / why we need it: Prevent code contributors from being misled by outdated documentation(1.x). #### Which issue(s) this PR fixes: Fixes #5358 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note NONE ```
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ git push origin {BRANCH_NAME} | |
|
||
#### 5. 提交 pull request | ||
|
||
回到自己的仓库页面,选择 `New pull request` 按钮,创建 `Pull request` 到原仓库的 `master` 分支。 | ||
回到自己的仓库页面,选择 `New pull request` 按钮,创建 `Pull request` 到原仓库的 `main` 分支。 | ||
|
||
然后等待我们 Review 即可,如有 `Change Request`,再本地修改之后再次提交即可。 | ||
|
||
|
@@ -43,7 +43,7 @@ git push origin {BRANCH_NAME} | |
```bash | ||
git remote add upstream [email protected]:halo-dev/halo.git | ||
|
||
git pull upstream master | ||
git pull upstream main | ||
|
||
git push | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters