-
-
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 #0726 "DOM Element descriptor interface for test helpers"
to Stage Ready for Release
#992
Conversation
@bendemboski could you please look this over and fill out the criteria for calling this RFC "Recommended"? |
Also, if implementation work has already shipped or is in flight it would be good to link PRs here. |
@ef4 does something need to happen to give me permissions to edit the PR description? Or is there some other process for me to provide this info that I'm not seeing? |
Oh yeah, please just comment instead of edit and we can figure that out. |
Implementation tracking:
|
@bendemboski are there any blockers we can help with on the implementation here? |
@ef4 I don't think so -- I've not had much time for OSS lately, but should soon be able to get the At least that's my current plan, but open to feedback! |
@ef4 the implementations are all complete in the various PRs, described above. I think I need a little help with the criteria for moving to recommended...I guess I'm just not familiar enough with the process to know what they should be. Certainly all the PRs need to be merged and released, including documentation in each of the individual projects. We had discussed some documentation in the Ember guides, but not until/unless we decide that they should start recommending the page object pattern. I guess there should be some period of hardening -- usage, feedback, bug fixes & improvements -- before this would become recommended. So I think next steps here are:
Make sense? How can we do (1)? I'm hoping to join the 11am Pacific RFC review call tomorrow, but I'm not totally sure I'll be able to. |
Advance #726 to the Ready For Release Stage
Rendered
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:
We discussed documentation requirements and agreed that including this in the appropriate repo README's is sufficient. It doesn't need to get added to the guide / tutorial. So the criterion is just reviewing those READMEs. The feature is purely additive and doesn't depend on any in-flight features so we don't see any additional blockers for Recommended.
Track Implementation