@@ -8,7 +8,7 @@ This repo contains the source code and documentation powering [reactjs.org](http
8
8
9
9
1 . 挑选你想要翻译或校对的文章 [ New Chinese Website: TODOs] ( https://github.com/reactjs/zh-hans.reactjs.org/issues/4 )
10
10
2 . 请 fork 这个仓库
11
- 3 . 基于 fork 后的仓库中 cn 分支拉取一个新的分支(名字自取)
11
+ 3 . 基于 fork 后的仓库中 master 分支拉取一个新的分支(名字自取)
12
12
4 . 翻译(校对)你所选择的文章,提交到新的分支
13
13
5 . 此时提交 Pull Request 到该仓库
14
14
6 . 会有专人 Review 该 Pull Request,当两人以上通过该 Pull Request 时,你的翻译将被合并到仓库中
@@ -27,13 +27,13 @@ This repo contains the source code and documentation powering [reactjs.org](http
27
27
2 . 同步 git fetch 上游代码
28
28
29
29
```
30
- $ git checkout cn && git fetch upstream
30
+ $ git checkout master && git fetch upstream
31
31
```
32
32
33
- 3 . 将上游代码合并至你 fork 后的仓库(cn 分支)中,保证你的 cn 分支永远是最新版本
33
+ 3 . 将上游代码合并至你 fork 后的仓库(master 分支)中,保证你的 master 分支永远是最新版本
34
34
35
35
```
36
- $ git merge upstream/cn
36
+ $ git merge upstream/master
37
37
```
38
38
39
39
4 . 重复翻译流程
@@ -60,7 +60,7 @@ This repo contains the source code and documentation powering [reactjs.org](http
60
60
61
61
1 . Choose the article you want to translate or proofread [ New Chinese Website: TODOs] ( https://github.com/reactjs/zh-hans.reactjs.org/issues/4 )
62
62
2 . Please fork this repo
63
- 3 . In the repo after fork, create a new branch (custom branch name) based on the cn branch.
63
+ 3 . In the repo after fork, create a new branch (custom branch name) based on the master branch.
64
64
4 . Translation or proofread article, and commit your branch
65
65
5 . Commit your PR to this repo
66
66
6 . Please wait for Review.
@@ -80,10 +80,10 @@ This repo contains the source code and documentation powering [reactjs.org](http
80
80
```
81
81
$ git fetch upstream
82
82
```
83
- 3 . Merge upstream/cn to your repo/cn
83
+ 3 . Merge upstream/master to your repo/master
84
84
85
85
```
86
- $ git checkout cn && git merge upstream/cn
86
+ $ git checkout master && git merge upstream/master
87
87
```
88
88
4 . Re-execute the translation process
89
89
0 commit comments