Skip to content

Commit 588b263

Browse files
authored
Merge pull request emberjs#4 from kategengler/kg-stages-update
2 parents 3f82363 + d0534a5 commit 588b263

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

text/0617-rfc-stages.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ For details of the current RFC process, see the current [README of the RFCs repo
3232

3333
### Stages
3434

35-
A successful RFC can move through the following stages. Whenever an RFC moves to the next stage, there is a PR to update it.
35+
A successful RFC can move through the following sequential stages. Whenever an RFC moves to the next stage, there is a PR to update it.
3636

3737
| Stage| Description| Requires FCP to enter? |
3838
| -----| -----------|----- |
39-
| [Proposed](#Proposed) | A proposal for a change to Ember or its processes that is offered for community and team evaluation. | no |
40-
| [Exploring](#Exploring) | An RFC deemed worth pursuing but in need of refinement. | no |
41-
| [Accepted](#Accepted) | A fully specified RFC. Waiting for or in the process of implementation. | yes |
42-
| [Ready for Release](#Ready-for-Release) | The implementation of the RFC is complete, including learning materials. | yes |
43-
| [Released](#Released) | The work is published. If it is codebase-related work, it is in a stable version of the relevant package(s). | no |
44-
| [Recommended](#Recommended) | The feature/resource is recommended for general use. | yes |
39+
| [0 - Proposed](#Proposed) | A proposal for a change to Ember or its processes that is offered for community and team evaluation. | no |
40+
| [1 - Exploring](#Exploring) | An RFC deemed worth pursuing but in need of refinement. | no |
41+
| [2 - Accepted](#Accepted) | A fully specified RFC. Waiting for or in the process of implementation. | yes |
42+
| [3 - Ready for Release](#Ready-for-Release) | The implementation of the RFC is complete, including learning materials. | yes |
43+
| [4 - Released](#Released) | The work is published. If it is codebase-related work, it is in a stable version of the relevant package(s). | no |
44+
| [5 - Recommended](#Recommended) | The feature/resource is recommended for general use. | yes |
4545

4646
There are two additional statuses for RFCs that will not move forward:
4747

@@ -57,10 +57,9 @@ process is discussed in depth in the RFCs repo README.
5757

5858
An RFC's number is the number of it's original proposal PR.
5959

60-
From "Proposed" an RFC may move to [Accepted](#Accepted), [Exploring](#Exploring),
60+
From "Proposed" an RFC may move to [Exploring](#Exploring),
6161
or [Closed](#Closed) stages.
6262
To move to [Closed](#Closed) an FCP is required as in the existing process.
63-
To move to [Accepted](#Accepted) an FCP is required as in the existing process.
6463
A "Proposed" RFC may be moved to "Exploring" by consensus of the relevant
6564
team(s) without an FCP. See [Exploring](#Exploring).
6665

@@ -70,14 +69,11 @@ An Exploring RFC is one the Ember team believes should be pursued, but the RFC
7069
may still need some more work, discussion, answers to open questions,
7170
and/or a champion before it can move to the next stage.
7271

73-
Exploring is an optional stage. RFCs may move from [Proposal](#Proposal) to
74-
[Accepted](#Accepted) as they do today.
75-
7672
An RFC is moved into Exploring with consensus of the relevant team(s). The
7773
RFC remains a PR and will have an `Exploring` label applied.
7874

7975
An Exploring RFC that is successfully completed can move to [Accepted](#Accepted)
80-
in the same manner as a [Proposed](#Proposed) RFC.
76+
with an FCP is required as in the existing process.
8177

8278
#### Accepted
8379

@@ -139,7 +135,8 @@ It is consistent with Ember's mental models.
139135
// TODO: I think this needs more detail and examples.
140136

141137
An RFC is moved into "Recommended" via PR to update the stage. An FCP is required
142-
to enter this stage.
138+
to enter this stage. Multiple RFCs may be moved as a batch into "Recommended" with
139+
the same PR.
143140

144141
#### Closed
145142

0 commit comments

Comments
 (0)