aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2016-09-16 10:09:59 +1000
committerAndrew Gerrand <adg@golang.org>2016-09-16 20:32:42 +0000
commit8300d7937d4bd7401aec456a354580421d5d3e98 (patch)
tree73fda07993e53523c32e2d7216a66e8371d6e350
parentdbc2ccebb4cfa2e6b566645aaea14389e1a351d7 (diff)
downloadgo-x-proposal-8300d7937d4bd7401aec456a354580421d5d3e98.tar.xz
proposal: without clear agreement, the arbiter decides
This is not a policy change, but rather a clarification of the existing wording. Fixes golang/go#17129 Change-Id: Ie9877b10ae3eed8ad5e5763d35e48d94c6f8f523 Reviewed-on: https://go-review.googlesource.com/29335 Reviewed-by: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c909a14..4e92db1 100644
--- a/README.md
+++ b/README.md
@@ -103,9 +103,9 @@ examples of recent language changes.)
- The goal of the final discussion is to reach agreement on the next step:
(1) accept or (2) decline.
- The discussion is expected to be resolved in a timely manner.
- - In Go development historically, a lack of agreement means decline.
- - If there is disagreement about whether there is agreement,
- [rsc@](mailto:rsc@golang.org) is the arbiter.
+ - If clear agreement cannot be reached, the arbiter
+ ([rsc@](mailto:rsc@golang.org)) reviews the discussion
+ and makes the decision to accept or decline.
- The author (and/or other contributors) do the work as described by the
"Implementation" section of the proposal.