1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:04:41 -07:00

contrib*.html: make "golang-dev" the default reviewer.

also make a couple of links more visible and fix an id= href.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4517063
This commit is contained in:
Rob Pike 2011-05-13 16:25:31 -07:00
parent cd4d0004fa
commit 9ada841f4d
2 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<h2 id="howto">How you can help</h2> <h2 id="howto">How you can help</h2>
<h3>Reporting issues</h3> <h3><a href="http://code.google.com/p/go/issues">Reporting issues</a></h3>
<p> <p>
If you spot bugs, mistakes, or inconsistencies in the Go project's code or If you spot bugs, mistakes, or inconsistencies in the Go project's code or
@ -19,7 +19,7 @@ a new one.)
We pride ourselves on being meticulous; no issue is too small. We pride ourselves on being meticulous; no issue is too small.
</p> </p>
<h3>Contributing code</h3> <h3><a href="contribute.html">Contributing code</a></h3>
<p> <p>
Go is an open source project and we welcome contributions from the community. Go is an open source project and we welcome contributions from the community.
@ -39,7 +39,7 @@ are particularly in need of outside help.
<div class="right-column"> <div class="right-column">
<h2 id="">The Go Project</h2> <h2 id="the_go_project">The Go Project</h2>
<h3 id="build_status"><a href="http://godashboard.appspot.com/">Build Status</a></h3> <h3 id="build_status"><a href="http://godashboard.appspot.com/">Build Status</a></h3>
<p>View the status of Go builds across the supported operating <p>View the status of Go builds across the supported operating

View File

@ -209,7 +209,8 @@ The <code>Reviewer</code> line lists the reviewers assigned
to this change, and the <code>CC</code> line lists people to to this change, and the <code>CC</code> line lists people to
notify about the change. notify about the change.
These can be code review nicknames or arbitrary email addresses. These can be code review nicknames or arbitrary email addresses.
If you don't know who is best to review the change, set the Unless explicitly told otherwise, such as in the discussion leading
up to sending in the change list, set the
reviewer field to the reviewer field to the
<a href="http://groups.google.com/group/golang-dev">golang-dev@googlegroups.com</a> <a href="http://groups.google.com/group/golang-dev">golang-dev@googlegroups.com</a>
mailing list. mailing list.