From: Shenghou Ma Date: Mon, 2 Jun 2014 02:48:57 +0000 (-0400) Subject: doc/contrib.html: update links, mailing lists and link to 1.3 release note. X-Git-Tag: go1.3rc1~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c9923d5e2e84cdba04355d6f48deb927cbd1c7e;p=gostls13.git doc/contrib.html: update links, mailing lists and link to 1.3 release note. LGTM=adg R=golang-codereviews, r, adg CC=golang-codereviews https://golang.org/cl/102020045 --- diff --git a/doc/contrib.html b/doc/contrib.html index 048a5d97f0..6529c91d55 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -37,16 +37,13 @@ We encourage all Go users to subscribe to 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,15 +58,22 @@ Go 1 matures.

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 systems and architectures.

@@ -77,13 +81,13 @@ systems and architectures.

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.