diff options
| author | Russ Cox <rsc@golang.org> | 2021-07-20 11:43:43 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-07-20 15:44:47 +0000 |
| commit | af3a1642b8adfa4d9e7890ac4eeb4030ce4bef3c (patch) | |
| tree | cc6484884ae99ec17c6d549b705cfa1652342d90 | |
| parent | 7516fd617dcde3835d1a09148dbec1a3cac474a9 (diff) | |
| download | go-x-proposal-af3a1642b8adfa4d9e7890ac4eeb4030ce4bef3c.tar.xz | |
README.md: document declined as duplicate and declined as retracted
Change-Id: I60383587af4b4bce4cbbdd11f5d992d752969c50
Reviewed-on: https://go-review.googlesource.com/c/proposal/+/335970
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -239,6 +239,26 @@ the proposal review group may leave the proposal in Likely Decline for another week or even move the proposal back to Active. Once a proposal is marked Declined, it is closed. +#### Declined as Duplicate + +If a proposal duplicates a previously decided proposal, +the proposal review group may decline the proposal as a duplicate +without progressing through the Active or Likely Decline stages. + +Generally speaking, our approach to reconsidering previously decided proposals +follows John Ousterhout's advice in his post +“[Open Decision-Making](https://web.stanford.edu/~ouster/cgi-bin/decisions.php),” +in particular the “Reconsideration” section. + +#### Declined as Retracted + +If a proposal is closed or retracted in a comment by the original author, +the proposal review group may declined the proposal as retracted +without progressing through the Active or Likely Decline stages. + +If it seems like there is still general interest from others, the proposal +may also be kept open and the discussion continued. + #### Hold If discussion of a proposal requires design revisions or additional information |
