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

Text verbatim from 4fe2f9757f

Change-Id: I726960bac9f5e4e080bcb0cdadcfe7a58422b15d
GitHub-Last-Rev: e13cf8a9fc
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>
This commit is contained in:
M Hickford 2023-02-26 20:51:45 +00:00 коммит произвёл Gopher Robot
Родитель cd7ff650d3
Коммит 70f9a532c4
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -369,7 +369,10 @@ and the <a href="https://github.com/golang/go/blob/master/src/cmd/vendor/modules
</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.