oauth2: update "review" to "codereview" in CONTRIBUTING
Ticks have also been added around commands for style. Change-Id: Ie2f1934503f73a106cc60d8f9e122dcee69bd000 Reviewed-on: https://go-review.googlesource.com/2130 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
committed by
Andrew Gerrand
parent
0a3f39965a
commit
158e906f14
@@ -4,9 +4,9 @@ We don't use GitHub pull requests but use Gerrit for code reviews,
|
|||||||
similar to the Go project.
|
similar to the Go project.
|
||||||
|
|
||||||
1. Sign one of the contributor license agreements below.
|
1. Sign one of the contributor license agreements below.
|
||||||
2. go get golang.org/x/review/git-review to install the code reviewing tool.
|
2. `go get golang.org/x/review/git-codereview` to install the code reviewing tool.
|
||||||
3. Get the package by running go get -d golang.org/x/oauth2.
|
3. Get the package by running `go get -d golang.org/x/oauth2`.
|
||||||
Make changes and create a change by running git review change <name>, provide a command message, and use git review mail to create a Gerrit CL.
|
Make changes and create a change by running `git codereview change <name>`, provide a command message, and use `git codereview mail` to create a Gerrit CL.
|
||||||
Keep amending to the change and mail as your recieve feedback.
|
Keep amending to the change and mail as your recieve feedback.
|
||||||
|
|
||||||
For more information about the workflow, see Go's [Contribution Guidelines](https://golang.org/doc/contribute.html).
|
For more information about the workflow, see Go's [Contribution Guidelines](https://golang.org/doc/contribute.html).
|
||||||
@@ -22,4 +22,4 @@ primarily a Contributor License Agreement (CLA):
|
|||||||
then you'll need to sign a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
|
then you'll need to sign a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html).
|
||||||
|
|
||||||
You can sign these electronically (just scroll to the bottom).
|
You can sign these electronically (just scroll to the bottom).
|
||||||
After that, we'll be able to accept your pull requests.
|
After that, we'll be able to accept your pull requests.
|
||||||
|
|||||||
Reference in New Issue
Block a user