@@ -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
4646There 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
5858An 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 ) ,
6161or [ Closed] ( #Closed ) stages.
6262To 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.
6463A "Proposed" RFC may be moved to "Exploring" by consensus of the relevant
6564team(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
7069may still need some more work, discussion, answers to open questions,
7170and/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-
7672An RFC is moved into Exploring with consensus of the relevant team(s). The
7773RFC remains a PR and will have an ` Exploring ` label applied.
7874
7975An 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
141137An 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