Creating an RFC
You need to follow this process if you intend to make "substantial" changes to Ember, Ember Data, Ember CLI, their documentation, or any other projects under the purview of the Ember core teams. What constitutes a "substantial" change is evolving based on community norms, but may include the following:
- A new feature that creates new API surface area, and would require a feature flag if introduced.
- The removal of features that already shipped as part of the release channel.
- The introduction of new idiomatic usage or conventions, even if they do not include code changes to Ember itself.
- Rephrasing, reorganizing or refactoring
- Addition or removal of warnings
- Additions that strictly improve objective, numerical quality criteria (speedup, better browser support)
- Additions only likely to be noticed by other implementors-of-Ember, invisible to users-of-Ember.
It's often helpful to get feedback on your concept before diving into the level of API design detail required for an RFC. You may open an issue on this repo to start a high-level discussion, with the goal of eventually formulating an RFC pull request with the specific implementation design. We also highly recommend sharing drafts of RFCs in #dev-rfc channel on the Ember.js Discord for early feedback.
For more on the RFC process and stages, check out the RFC stages guide

How to create a new RFC
- Fork the RFC repo
- Copy the appropriate template. For most RFCs, this is 0000-template.md, for deprecation RFCs it is deprecation-template.md. Copy the template file to text/0000-my-feature.md, where 'my-feature' is descriptive.
- Don't assign an RFC number yet.
- Fill in the RFC. Put care into the details: RFCs that do not present convincing motivation, demonstrate understanding of the impact of the design, or are disingenuous about the drawbacks or alternatives tend to be poorly-received.
- Fill in the relevant core teams.
- Submit a pull request. As a pull request the RFC will receive design feedback from the larger community, and the author should be prepared to revise it in response. The RFC is now in the Proposed stage.
- Find a champion on the relevant core team. The champion is responsible for shepherding the RFC through the RFC process and representing it in core team meetings.
- Update the pull request to add the number of the PR to the filename and add a link to the PR in the header of the RFC.
- Build consensus and integrate feedback. RFCs that have broad support are much more likely to make progress than those that don't receive any comments.
- From here, the RFC moves to the Exploring stage or Closed in the process explained in Stages.
RFC champion
For every RFC, you'll need to find a champion from the relevant core team. This person is responsible for representing the RFC in team meetings and guiding it through the various stages. Their responsibilities include helping the team reach consensus, ensuring the RFC adheres to the process, and supporting planning and implementation. A champion can step down before the RFC is accepted and may also designate a replacement at any time.
The best way to find a champion is by engaging in the #dev-rfc channel on the Ember.js Discord, which is dedicated to RFC discussions. Sharing early drafts there is highly encouraged as it's a great way to receive initial feedback and connect with potential champions. You can also request a champion by opening an issue or noting it directly in the RFC.