From: Jonathan Feinberg Date: Wed, 26 Sep 2012 18:39:31 +0000 (-0400) Subject: doc: add important info for would-be go contributors. X-Git-Tag: go1.1rc2~2312 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=452f40f8e04dfea421af21378c8579464ac66e5e;p=gostls13.git doc: add important info for would-be go contributors. Link to the "installing from source" docs instead of the "installing" docs. Remind would-be hacker to switch to the default branch from the release branch. R=rsc CC=golang-dev https://golang.org/cl/6559043 --- diff --git a/doc/contribute.html b/doc/contribute.html index 6c0d78549b..7a80fca012 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -7,7 +7,7 @@

This document explains how to contribute changes to the Go project. It assumes you have installed Go using the -installation instructions and +installation instructions and have written and tested your code. (Note that the gccgo frontend lives elsewhere; see Contributing to gccgo.) diff --git a/doc/install-source.html b/doc/install-source.html index d9f9577a67..d356cdfc0a 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -150,6 +150,18 @@ Then check out the repository:

$ hg clone -u release https://code.google.com/p/go + + +

If you intend to modify the go source code, and +contribute your changes +to the project, then move your repository +off the release branch, and onto the default (development) branch. +Otherwise, skip this step.

+ +
+$ hg update default
+
+

Install Go