Introduce "final comment period" into process description#149
Introduce "final comment period" into process description#149mixonic merged 1 commit intoemberjs:masterfrom
Conversation
README.md
Outdated
| [Ember's official Twitter account](https://twitter.com/emberjs) will post a | ||
| tweet about the RFC to attract the community's attention. | ||
| * At the close of the final comment period, the [core team] will decide whether | ||
| to accept the RFC by merging the pull request and assigning the RFC a number, |
There was a problem hiding this comment.
I wonder if we need to mention the concept of a number here at all? (I just copied this part from the old verbiage)
6a8ae89 to
c57c22c
Compare
|
@wycats r? |
| * Eventually, somebody on the [core team] will either accept the RFC by | ||
| merging the pull request and assigning the RFC a number, at which point | ||
| the RFC is 'active', or reject it by closing the pull request. | ||
| * Eventually, the [core team] will decide whether the RFC is a candidate |
There was a problem hiding this comment.
@dgeb I thought this was supposed to be the subteam that puts an RFC into FCP, then the core team have seven days to respond. The intent is that the subteams can iterate on RFCs and FCP is when core should look up and be aware of what is happening.
There was a problem hiding this comment.
We discussed at the core team meeting that the details of how subteams work hasn't yet been through the RFC process, and therefore we can't yet make them a formal part of the process. That's coming soon, though.
|
one more note, I think the rest looks good |
README.md
Outdated
| * Eventually, the [core team] will decide whether the RFC is a candidate | ||
| for inclusion in Ember. | ||
| * RFCs that are candidates for inclusion in Ember will enter a "final comment | ||
| period", which shall be no shorter than 7 days. This period will be signaled |
There was a problem hiding this comment.
It should be seven days; making it variable makes it harder for people to follow along.
c57c22c to
5d357a3
Compare
|
👌 |
This PR introduces the concept of a "final comment period" into the RFC process. This period is intended to focus the community's attention for a final round of consideration and feedback before an RFC is merged.
This concept was proposed and agreed upon by the core team at the June F2F meeting.