yimaixinchen commented on a change in pull request #704:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/704#discussion_r816411993



##########
File path: community/en-us/development/submit-code.md
##########
@@ -38,11 +38,19 @@ git checkout -b dev-1.0 upstream/dev-1.0
 git push --set-upstream origin dev-1.0
 ```
 
-* After modifying the code locally, submit it to your own repository:
+* Create new branch
+```
+git checkout -b xxx origin/dev

Review comment:
       "git checkout -b dev-1.0 origin/dev' the command is friendly for the 
first contributor because git thinks the commit pushes the user's repository.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to