emberjs / rfcs

RFCs for changes to Ember
https://rfcs.emberjs.com/
791 stars 406 forks source link

Advance RFC #0763 `"Asset Import Spec"` to Stage Ready for Release #983

Open emberjs-rfcs-bot opened 1 year ago

emberjs-rfcs-bot commented 1 year ago

Advance #0763 to the Ready For Release Stage

Summary

This pull request is advancing the RFC to the Ready For Release Stage.

An FCP is required before merging this PR to advance.

Upon merging this PR, automation will open a draft PR for this RFC to move to the Released Stage.

Ready for Release Stage Description This stage is complete when the implementation is complete according to plan outlined in the RFC, and is in harmony with any changes in Ember that have occurred since the RFC was first written. This includes any necessary learning materials. At this stage, features or deprecations may be available for use behind a feature flag, or with an optional package, etc. For codebase changes, there are no open questions that are anticipated to require breaking changes; the Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature. This stage should include a list of criteria for determining when the proposal can be considered Recommended after being Released. An FCP is required to move into this stage. Each Ember core team will be requested as a reviewer on the PR to move into this stage. A representative of each team adds a review. If a team does not respond to the request, and after the conclusion of the FCP, it is assumed that the release may proceed.

Checklist to move to Ready for Release

Criteria for moving to Recommended (required)

A set of criteria for moving this RFC to the Recommended Stage, following release:

  1. The "How we teach this" section of the RFC links directly to the required documentation updates.
  2. Update tutorial to use this feature for static images, etc.
  3. Update ember-welcome-page as a useful example.

Track Implementation