_content/doc/contribute: clarify that all API changes are significant

Text verbatim from https://github.com/golang/proposal/commit/4fe2f9757f17bb5375d474f505076afb7afdbbad

Change-Id: I726960bac9f5e4e080bcb0cdadcfe7a58422b15d
GitHub-Last-Rev: e13cf8a9fc2c0f925fd01bbe69d5c60f9958b505
GitHub-Pull-Request: golang/website#198
Reviewed-on: https://go-review.googlesource.com/c/website/+/471397
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Matt Hickford <matt.hickford@gmail.com>
Reviewed-by: Matthew Hickford <hickford@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
diff --git a/_content/doc/contribute.html b/_content/doc/contribute.html
index 832b5af..faa7fc5 100644
--- a/_content/doc/contribute.html
+++ b/_content/doc/contribute.html
@@ -369,7 +369,10 @@
 </p>
 
 <p>
-Significant changes to the language, libraries, or tools must go
+Significant changes to the language, libraries, or tools
+(which includes API changes in the main repo and all golang.org/x repos,
+as well as command-line changes to the <code>go</code> command)
+must go
 through the
 <a href="/s/proposal-process">change proposal process</a>
 before they can be accepted.