This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new bd087641a83 修改新人向导 (#1356)
bd087641a83 is described below

commit bd087641a834bebe3578218b77a8963da16b6cc9
Author: yshuoo <[email protected]>
AuthorDate: Tue Aug 9 11:04:57 2022 +0800

    修改新人向导 (#1356)
    
    Co-authored-by: keshi.ys <[email protected]>
---
 .../contribution-guidelines/contributor/new-contributor-guide_dev.md  | 4 ++--
 content/zh/blog/contact/contributor/new-contributor-guide_dev.md      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/content/en/latest/contribution-guidelines/contributor/new-contributor-guide_dev.md
 
b/content/en/latest/contribution-guidelines/contributor/new-contributor-guide_dev.md
index c3e7d99f0b3..28ce85b1ef9 100644
--- 
a/content/en/latest/contribution-guidelines/contributor/new-contributor-guide_dev.md
+++ 
b/content/en/latest/contribution-guidelines/contributor/new-contributor-guide_dev.md
@@ -51,8 +51,8 @@ git fetch upstream
 ##### 4. **我们的工作以issue为驱动,认领一个issue,或者创建一个issue并描述清楚要做什么。**
 新人推荐标记为: `good first issue` 的 issue
 
-##### 5. **选择一个开发的基础分支,通常是 upstream/master, 并基于此创建一个新的本地分支**
-upstream/master 分支是目前 2.7.x 版本的开发分支
+##### 5. **选择一个开发的基础分支,通常是 master/3.1, 并基于此创建一个新的本地分支**
+master/3.1 分支是目前 3.1 版本的开发分支
 
 ```shell
 # 从远程仓库创建分支到本地
diff --git a/content/zh/blog/contact/contributor/new-contributor-guide_dev.md 
b/content/zh/blog/contact/contributor/new-contributor-guide_dev.md
index c3e7d99f0b3..28ce85b1ef9 100644
--- a/content/zh/blog/contact/contributor/new-contributor-guide_dev.md
+++ b/content/zh/blog/contact/contributor/new-contributor-guide_dev.md
@@ -51,8 +51,8 @@ git fetch upstream
 ##### 4. **我们的工作以issue为驱动,认领一个issue,或者创建一个issue并描述清楚要做什么。**
 新人推荐标记为: `good first issue` 的 issue
 
-##### 5. **选择一个开发的基础分支,通常是 upstream/master, 并基于此创建一个新的本地分支**
-upstream/master 分支是目前 2.7.x 版本的开发分支
+##### 5. **选择一个开发的基础分支,通常是 master/3.1, 并基于此创建一个新的本地分支**
+master/3.1 分支是目前 3.1 版本的开发分支
 
 ```shell
 # 从远程仓库创建分支到本地

Reply via email to