diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc9b7de..d76faef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,9 +4,9 @@ We don't use GitHub pull requests but use Gerrit for code reviews, similar to the Go project. 1. Sign one of the contributor license agreements below. -2. go get golang.org/x/review/git-review to install the code reviewing tool. -3. Get the package by running go get -d golang.org/x/oauth2. -Make changes and create a change by running git review change , provide a command message, and use git review mail to create a Gerrit CL. +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`. +Make changes and create a change by running `git codereview change `, 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. 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). You can sign these electronically (just scroll to the bottom). -After that, we'll be able to accept your pull requests. \ No newline at end of file +After that, we'll be able to accept your pull requests.