-
-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advance RFC #0831 Standardize use of scripts in package.json for common tasks
to Stage Ready for Release
#959
Conversation
"<RFC title>"
to Stage Ready for ReleaseStandardize use of scripts in package.json for common tasks
to Stage Ready for Release
Open PR to ember-cli readme: ember-cli/ember-cli#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 ember-cli/ember-cli#9514 |
This needs a PR to guides changing |
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 |
RFC review meeting looked over this and we're fine with just changing 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. |
CLI Guides are done. Just Guides to go. |
ember-learn/guides-source#1998 seems ready to go. |
Advance #831 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
Final Comment Period
label has been added to start the FCPCriteria for moving to Recommended (required)
A set of criteria for moving this RFC to the Recommended Stage, following release:
Track Implementation
npm start
overember s
andnpm test
overember test
update allember server
tonpm start
ember-learn/guides-source#1998npm start
overember s
Switch ember serve(r) -> npm start ember-learn/super-rentals-tutorial#235npm test
overember test
CONTRIBUTING.md
andREADME.md
files inapp
andaddon
blueprints ember-cli/ember-cli#9514<-- Use this section to track implementation of the RFC -->