doc/contrib.html | 42 +++++++++++++++++++++++------------------- diff --git a/doc/contrib.html b/doc/contrib.html index 048a5d97f028eb22caa14bef63f19492f7173fe1..6529c91d5595d67858593b2448c678ecf13db0d1 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -37,16 +37,13 @@

A guide for updating your code to work with Go 1.

-

Go 1.1 Release Notes

+

Go 1.1 Release Notes

-A list of significant changes in Go 1.1, with instructions for updating your -code where necessary. -

- -

Go 1.2 Release Notes

-

-A list of significant changes in Go 1.2, with instructions for updating your -code where necessary. +A list of significant changes in Go 1.1, with instructions for updating +your code where necessary. +Each point release includes a similar document appropriate for that +release: Go 1.2, Go 1.3, +and so on.

Go 1 and the Future of Go Programs

@@ -61,14 +58,21 @@

Source Code

Check out the Go source code.

-

Developer Mailing List

-

The golang-dev -mailing list is for discussing and reviewing code for the Go project.

+

Developer and +Code Review Mailing List

+

The golang-dev +mailing list is for discussing code changes to the Go project. +The golang-codereviews +mailing list is for actual reviewing of the code changes (CLs).

+

For general discussion of Go programming, see golang-nuts.

+href="https://groups.google.com/group/golang-nuts">golang-nuts.

-

Checkins Mailing List

+

Checkins Mailing List

A mailing list that receives a message summarizing each checkin to the Go repository.

+ +

Bugs Mailing List

+

A mailing list that receives each update to the Go issue tracker.

Build Status

View the status of Go builds across the supported operating @@ -77,13 +81,13 @@

How you can help

-

Reporting issues

+

Reporting issues

If you spot bugs, mistakes, or inconsistencies in the Go project's code or documentation, please let us know by -filing a ticket -on our issue tracker. +filing a ticket +on our issue tracker. (Of course, you should check it's not an existing issue before creating a new one.)

@@ -102,8 +106,8 @@ To get started, read these contribution guidelines for information on design, testing, and our code review process.

-Check the tracker for +Check the tracker for open issues that interest you. Those labeled -HelpWanted +HelpWanted are particularly in need of outside help.