From 158e906f144d22ce99189af66d25f6b88fcbfec9 Mon Sep 17 00:00:00 2001 From: Jay Weisskopf Date: Fri, 26 Dec 2014 16:11:12 -0600 Subject: [PATCH] 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 --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.