@@ -14,7 +14,7 @@ The process is intended to provide a consistent and controlled path for new
14
14
features and changes to enter the framework. RFCs can be created by any member
15
15
of the community.
16
16
17
- ---
17
+ ---
18
18
## Quick links for Pull Requests for proposed and advancing RFCs
19
19
[ Quick links for Pull Requests for proposed and advancing RFCs ] : #quick-links-for-pull-requests-for-proposed-and-advancing-rfcs
20
20
@@ -82,7 +82,7 @@ If that period is successful, with no new unaddressed concerns raised, the RFC
82
82
is merged and is now in the [ Accepted] stage.
83
83
84
84
An RFC that does not achieve consensus to be accepted may enter a
85
- [ Final Comment Period] ( #final-comment-periods-fcp ) to move the RFC to the
85
+ [ Final Comment Period] ( #final-comment-periods-fcp ) to move the RFC to the
86
86
[ Closed] stage.
87
87
88
88
### Merged Proposals
@@ -276,30 +276,30 @@ Ember.
276
276
Following the RFC repository is the best way to keep up with the proposed
277
277
changes to Ember and with the implementation of accepted changes.
278
278
279
- Watching the repository will alert you to any newly created RFCs. Setting up
280
- notifications on a particular pull request will help you follow the progress of
279
+ Watching the repository will alert you to any newly created RFCs. Setting up
280
+ notifications on a particular pull request will help you follow the progress of
281
281
that RFC.
282
282
283
283
RFCs in [ Final Comment Periods] ( #final-comment-periods-fcp ) are labeled with
284
284
[ Final Comment Period] ( https://github.com/emberjs/rfcs/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3A%22Final+Comment+Period%22 )
285
285
and are announced on the [ Ember twitter account] ( https://twitter.com/emberjs ) .
286
286
287
- [ Quick links] ( #quick-links-for-pull-requests-for-proposed-and-advancing-rfcs )
287
+ [ Quick links] ( #quick-links-for-pull-requests-for-proposed-and-advancing-rfcs )
288
288
are provided at the top of the README to help you review what you are interested in.
289
289
290
290
291
291
## Commenting on an RFC
292
292
[ Commenting on an RFC ] : #commenting-on-an-rfc
293
293
294
- Comments are the very heart of the RFC process. Comments are the primary way community
295
- members and core team members can provide feedback and collaborate on the design
296
- of a feature.
294
+ Comments are the very heart of the RFC process. Comments are the primary way community
295
+ members and core team members can provide feedback and collaborate on the design
296
+ of a feature.
297
297
298
- Comments should also be used to ensure the author has completed the RFC template
299
- and addressed implications of the feature across the Ember project, including
300
- documentation, addons, and tooling.
298
+ Comments should also be used to ensure the author has completed the RFC template
299
+ and addressed implications of the feature across the Ember project, including
300
+ documentation, addons, and tooling.
301
301
302
- Comments should be constructive and respectful, following our
302
+ Comments should be constructive and respectful, following our
303
303
[ Community Guidelines] ( http://emberjs.com/guidelines/ ) .
304
304
305
305
## Creating an RFC
@@ -398,15 +398,15 @@ shepherding its progress. [Read more about the Champion's job](#champion-respons
398
398
## Implementing an RFC
399
399
[ Implementing an RFC ] : #implementing-an-rfc
400
400
401
- Coordination and tracking of implementation of an RFC is done primarily on the
401
+ Coordination and tracking of implementation of an RFC is done primarily on the
402
402
pull request to advance the RFC to the [ Ready for Release] stage.
403
403
404
404
The author of an RFC is not obligated to implement it. Of course, the
405
405
RFC author (like any other developer) is welcome to work on the implementation.
406
406
407
407
If you are interested in working on the implementation for an [ Accepted]
408
408
RFC, but cannot determine if someone else is already working on it,
409
- please ask (e.g. by leaving a comment on the pull request to advance the RFC to
409
+ please ask (e.g. by leaving a comment on the pull request to advance the RFC to
410
410
the [ Ready for Release] stage).
411
411
412
412
### Editing merged RFCs
@@ -423,7 +423,7 @@ about this feature." This note is not intended to be updated across time.
423
423
- Updating any part of the RFC prose, in order to keep a written record of the
424
424
changes and rationale.
425
425
426
- Major changes should have a new RFC. The old RFC is moved to the [ Discontinued]
426
+ Major changes should have a new RFC. The old RFC is moved to the [ Discontinued]
427
427
stage when the replacement is merged.
428
428
429
429
## Reference
@@ -521,6 +521,11 @@ champion at any time.
521
521
- [ ] Prepare for advancing the RFC to the next stage if applicable (e.g.
522
522
opening a placeholder PR)
523
523
524
+ For RFCs opened before the implementation of
525
+ [ Staged RFCs] ( https://github.com/emberjs/rfcs/blob/master/text/0617-rfc-stages.md )
526
+ did not get advancement PRs to their next stage. See the
527
+ [ automations docs] ( https://github.com/emberjs/rfcs/blob/master/.github/READTHIS.md#trigger-opening-advancement-pryml ) for instructions on how to trigger the advancement workflow.
528
+
524
529
#### Move to FCP to Close
525
530
- [ ] Achieve consensus to move to "FCP to Close" from relevant core teams
526
531
- [ ] Comment in the RFC to explain the decision
0 commit comments