diff options
author | Ian Lance Taylor <iant@golang.org> | 2009-11-24 13:36:54 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2009-11-24 13:36:54 -0800 |
commit | 3dd6b9b693f7580651de03546db8fd1805aa0cdf (patch) | |
tree | 0acf9160cfdc3779ab115a9b42f790dfb20724bd | |
parent | ff3f6526a755acc2838ef41181deed6fb1a37647 (diff) | |
download | golang-3dd6b9b693f7580651de03546db8fd1805aa0cdf.tar.gz |
Mention golang-dev as a default code review destination.
R=rsc
CC=r
http://codereview.appspot.com/160056
-rw-r--r-- | doc/contribute.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index d2bf66029..ef08493ee 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -334,6 +334,10 @@ The <code>Reviewer</code> line lists the reviewers assigned to this change, and the <code>CC</code> line lists people to notify about the change. These can be code review nicknames or arbitrary email addresses. +If you don't know who is best to review the change, set the +reviewer field to the +<a href="http://groups.google.com/group/golang-dev">golang-dev@googlegroups.com</a> +mailing list. </p> <p> |