Merge pull request #53 from RongtongJin/master

Should not submit PR to master
diff --git a/_docs/06-best-practice-pull-request.md b/_docs/06-best-practice-pull-request.md
index 1d4b4ef..104e2d2 100644
--- a/_docs/06-best-practice-pull-request.md
+++ b/_docs/06-best-practice-pull-request.md
@@ -57,7 +57,7 @@
 For information about creating pull requests, please check [GitHub PR docs](https://help.github.com/articles/creating-a-pull-request/).
 
 Pull requests are made to `apache/rocketmq` repository on Github. 
-In the Github UI you should pick the master branch as target of the PR. <br />
+In the Github UI you should pick the develop branch as target of the PR. <br />
 You pull request will be reviewed and commented by committers, and issues can be discussed. When all reviewers are positive on the pull request, it will be merged.
 
 # Check List for a PR
diff --git a/_docs/best-practice-create-pr.md b/_docs/best-practice-create-pr.md
index 2eff18e..6cd0cce 100644
--- a/_docs/best-practice-create-pr.md
+++ b/_docs/best-practice-create-pr.md
@@ -80,5 +80,5 @@
 For information about creating pull requests, please check [GitHub PR docs](https://help.github.com/articles/creating-a-pull-request/).
 
 Pull requests are made to `apache/rocketmq` repository on Github.
-In the Github UI you should pick the master branch as target of the PR. <br />
+In the Github UI you can pick the develop branch as target of the PR. <br />
 You pull request will be reviewed and commented by committers, and issues can be discussed. When all reviewers are positive on the pull request, it will be merged.
\ No newline at end of file