luky116 commented on code in PR #678: URL: https://github.com/apache/incubator-seata-go/pull/678#discussion_r1563939631
########## CONTRIBUTING.md: ########## @@ -82,15 +82,15 @@ With this remote setting, you can check your git remote configuration like this: $ git remote -v origin [email protected]:<your-username>/seata-go.git (fetch) origin [email protected]:<your-username>/seata-go.git (push) -upstream [email protected]:seata/seata-go.git (fetch) +upstream [email protected]:apache/seata-go.git (fetch) upstream no-pushing (push) ``` Adding this, we can easily synchronize local branches with upstream branches. ### Branch Definition -Right now we assume every contribution via pull request is for [branch develop](https://github.com/seata/seata-go/tree/develop) in seata-go. Before contributing, be aware of branch definition would help a lot. +Right now we assume every contribution via pull request is for [branch develop](https://github.com/apache/seata-go/tree/develop) in seata-go. Before contributing, be aware of branch definition would help a lot. Review Comment: > There is a problem with the documentation here, it should be the dev branch, not develop. At the same time, the dev branch and the master branch are lagging far behind, and I think they should be maintained. i have changed it to master -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
