diff --git a/doc/contribute.html b/doc/contribute.html
index e1f39ae7e0..016ba8635e 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -163,6 +163,19 @@ can use that nickname as a shorthand for naming reviewers and the CC list.
For example, rsc is an alias for rsc@golang.org.
+Most Go installations use a release branch, but new changes should +only be made to the default branch. (They may be applied later to a release +branch as part of the release process.) +Before making a change, make sure you use the default branch: +
+ ++$ hg update default ++