From: Andrew Gerrand Date: Thu, 24 Mar 2011 00:06:02 +0000 (+1100) Subject: doc: update contrib.html to be more enticing X-Git-Tag: weekly.2011-03-28~47 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eccf31b74492d9735fa981998dc9d86e2ce38c79;p=gostls13.git doc: update contrib.html to be more enticing doc: refer to golang-dev instead of -nuts in contribute.html R=r, rsc CC=golang-dev https://golang.org/cl/4309043 --- diff --git a/doc/contrib.html b/doc/contrib.html index 121cc45dcd..b0a77a7c24 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -2,21 +2,38 @@
-

Resources for Developers

+

How you can help

-

Issue Tracker

-

Having an issue with Go? Check the tracker to see if it's a known issue.

-

If your issue is not listed, please file a bug report.

+

Reporting issues

-

Build Status

-

View the status of Go builds across the supported operating -systems and architectures.

+

+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. +(Of course, you should check it's not an existing issue before creating +a new one.) +

+ +

+We pride ourselves on being meticulous; no issue is too small. +

+ +

Contributing code

-

Contribution Guidelines

-

So, you want to contribute code to the Go project? That's great!

-

The first step is to read these contributions guidelines for information on -design, testing, and our code review process.

+

+Go is an open source project and we welcome contributions from the community. +

+

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

+

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

@@ -24,6 +41,10 @@ design, testing, and our code review process.

The Go Project

+

Build Status

+

View the status of Go builds across the supported operating +systems and architectures.

+

Roadmap

Features and ideas being developed or discussed by the Go team.