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:
Jay Weisskopf 2014-12-26 16:11:12 -06:00 committed by Andrew Gerrand
parent 0a3f39965a
commit 158e906f14

View File

@ -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).