From 30fcca6531eb4bb278493c9fb299295b3b145934 Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Mon, 13 Feb 2017 10:53:58 -0800 Subject: [PATCH] note that Gerrit is used for reviews on README Fixes golang/oauth2#217. Change-Id: I251a74b9b26f6b911333bc5d31d0a96a5734ea60 Reviewed-on: https://go-review.googlesource.com/36914 Reviewed-by: Brad Fitzpatrick --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1643c08..b0ddf3c 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,12 @@ with the `oauth2` package. client.Get("...") } +## Contributing + +We appreciate your help! + +To contribute, please read the contribution guidelines: + https://golang.org/doc/contribute.html + +Note that the Go project does not use GitHub pull requests but +uses Gerrit for code reviews. See the contribution guide for details.