rfcs
rfcs copied to clipboard
Advance RFC #0831 `Standardize use of scripts in package.json for common tasks` to Stage Ready for Release
Advance #0831 to the Ready For Release Stage
Summary
This pull request is advancing the RFC to the Ready For Release Stage.
- PR to Accepted Stage: #0831
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
- [ ] Implementation is complete according to plan outlined in the RFC, with any adjustments noted in the RFC
- [ ] Any necessary learning materials have been updated
- [ ] The Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature. This is the go/no go decision for any feature flags, but the flags should only be turned on when moving to Released.
- [ ] Criteria for moving to the Recommended Stage has been filled out
- [ ] This PR has been converted from a draft to a regular PR and the
Final Comment Periodlabel has been added to start the FCP - [ ] Each team has been added as a reviewer to the PR at the start of the FCP. Reviews are not required by the end of the FCP. This is a notification step.
- Framework @emberjs/framework
- Data @emberjs/ember-data-core
- CLI @emberjs/cli
- Learning @emberjs/learning-core
- Typescript @emberjs/typescript-core
- Steering @emberjs/steering
Criteria for moving to Recommended (required)
A set of criteria for moving this RFC to the Recommended Stage, following release:
Track Implementation
- [ ] Guides updated to use
npm startoverember sandnpm testoverember test - [x] Tutorial updated to use
npm startoverember shttps://github.com/ember-learn/super-rentals-tutorial/pull/235 - [x] Tutorial updated to use
npm testoverember test - [x] Readme blueprint updated https://github.com/ember-cli/ember-cli/pull/9514
- [x] cli guides updated (https://github.com/ember-learn/cli-guides/pull/302)
<-- Use this section to track implementation of the RFC -->
@jenweber @locks is one of you championing this?
Open PR to ember-cli readme: https://github.com/ember-cli/ember-cli/pull/9514
We discussed whether to add a switcher to the docs, clarified that this is just a nice-to-have but it is technically feasible.
I can’t champion this due to availability, but I’m helping out with the PRs to implement pieces. If someone else is willing to champion it, that would be awesome.
@NullVoxPopuli to help land https://github.com/ember-cli/ember-cli/pull/9514
This needs a PR to guides changing ember serve to npm serve and ember test to npm test, etc.
We still only need a relatively shallow guides update here. This might be a good candidate to just hit together during RFC review.
The tutorial does not use ember test but does use ember test -s -- do we want to make this npm run test:ember -s?
RFC review meeting looked over this and we're fine with just changing ember test to npm test whereas ember test -s is a specialized command that isn't a perfect fit for npm test so it can stay as is.
Progress has been made in the tutorial, still need updates to guides and cli-guides.
Tutorial changes are now merged, guides and cli-guides still need implementation.
Tutorial changes are now merged, guides and cli-guides still need implementation.
CLI Guides are done. Just Guides to go.
https://github.com/ember-learn/guides-source/pull/1998 seems ready to go.