]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention Trust+1 in contribution guide
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Oct 2020 23:00:08 +0000 (16:00 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 28 Oct 2020 19:28:08 +0000 (19:28 +0000)
For #40699

Change-Id: If753a073488880433ae3319dcf2a2dfaa887fd0e
Reviewed-on: https://go-review.googlesource.com/c/go/+/259737
Trust: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Russ Cox <rsc@golang.org>
doc/contribute.html

index 09d43313ff7fda2d93e2a4dd9e04ff22fd007088..f297477fe0357c4b4a568a626f796bcdbf07b2c9 100644 (file)
@@ -947,10 +947,18 @@ The Gerrit voting system involves an integer in the range -2 to +2:
        </li>
 </ul>
 
+<p>
+At least two maintainers must approve of the change, and at least one
+of those maintainers must +2 the change.
+The second maintainer may cast a vote of Trust+1, meaning that the
+change looks basically OK, but that the maintainer hasn't done the
+detailed review required for a +2 vote.
+</p>
+
 <h3 id="submit">Submitting an approved change</h3>
 
 <p>
-After the code has been +2'ed, an approver will
+After the code has been +2'ed and Trust+1'ed, an approver will
 apply it to the master branch using the Gerrit user interface.
 This is called "submitting the change".
 </p>