From 930e637ee9d7fb7032b82ea4c112f5aa220288f1 Mon Sep 17 00:00:00 2001 From: Ian Davis Date: Sat, 8 Sep 2018 00:57:31 +0100 Subject: [PATCH] doc: make golang-nuts discussion list more prominent The discussion list was buried beneath the developer mailing list. This change puts the discussion list first and gives it a more prominent heading. Change-Id: I8dcb4af98e454ae3a0140f9758a5656909126983 Reviewed-on: https://go-review.googlesource.com/134136 Reviewed-by: Ian Lance Taylor --- doc/contrib.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/contrib.html b/doc/contrib.html index df53d480d3..e63bcce142 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -59,6 +59,15 @@ Go 1 matures.

Source Code

Check out the Go source code.

+

Discussion Mailing List

+

+A mailing list for general discussion of Go programming. +

+

+Questions about using Go or announcements relevant to other Go users should be sent to +golang-nuts. +

+

Developer and Code Review Mailing List

The golang-dev @@ -66,9 +75,6 @@ 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.

-

Checkins Mailing List

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

@@ -116,7 +122,7 @@ 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 help wanted are particularly in need of outside help. -- 2.48.1