From 452f40f8e04dfea421af21378c8579464ac66e5e Mon Sep 17 00:00:00 2001 From: Jonathan Feinberg Date: Wed, 26 Sep 2012 14:39:31 -0400 Subject: [PATCH] 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 --- doc/contribute.html | 2 +- doc/install-source.html | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/contribute.html b/doc/contribute.html index 6c0d78549b9..7a80fca012d 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 d9f9577a677..d356cdfc0a9 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