From 85fa49f5645c13b91c25c01a7145781ab75e76f3 Mon Sep 17 00:00:00 2001 From: Akanksha Dharkar Date: Tue, 23 Sep 2025 23:55:07 +0200 Subject: [PATCH 1/2] refactor: minor documention fixes --- app/templates/role-core-team.gjs | 2 +- app/templates/stages/accepted.gjs | 2 +- app/templates/stages/index.gjs | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/templates/role-core-team.gjs b/app/templates/role-core-team.gjs index 3487f62..fba8e5b 100644 --- a/app/templates/role-core-team.gjs +++ b/app/templates/role-core-team.gjs @@ -39,7 +39,7 @@ import { pageTitle } from 'ember-page-title'; Core Team Project/Topics - Github Team + GitHub Team diff --git a/app/templates/stages/accepted.gjs b/app/templates/stages/accepted.gjs index 1663cef..10a516d 100644 --- a/app/templates/stages/accepted.gjs +++ b/app/templates/stages/accepted.gjs @@ -5,7 +5,7 @@ import RfcCard from '../../components/rfc-card';

Accepted

The Accepted stage - is a phase where we need to start builing the implementation of the RFCs. + is a phase where we need to start building the implementation of the RFCs. See the list of accepted RFCs below.

{{#each @model as |rfc|}} diff --git a/app/templates/stages/index.gjs b/app/templates/stages/index.gjs index 844214a..7bfef9c 100644 --- a/app/templates/stages/index.gjs +++ b/app/templates/stages/index.gjs @@ -11,7 +11,7 @@ import { pageTitle } from 'ember-page-title'; and changes to enter the framework. RFCs can be created by any member of the community.

-

When an RFC is created and implemented it goes through six stages, +

When an RFC is created and implemented, it goes through six stages, proposed, exploring, accepted, ready-for-release, released and recommended. There are two statuses for when RFCs don't move forward, discontinued and closed. @@ -80,15 +80,15 @@ import { pageTitle } from 'ember-page-title';

Proposed RFCs are opened as pull requests to the RFC repository. Anybody may create an RFC. The format should follow the templates in the RFC repository.

-

An RFC's number is the number of it's original proposal PR.

+

An RFC's number is the number of its original proposal PR.

From "Proposed" an RFC may move to Exploring, or Closed stages. To move to Closed an FCP is required as in the existing process. A "Proposed" RFC may be moved to "Exploring" by consensus of the relevant team(s) without an FCP. See Exploring.

Exploring

-

An Exploring RFC is one the Ember team believes should be pursued, but - the RFC may still need some more work, discussion, answers to open +

An Exploring RFC is one that the Ember team believes should be pursued, + but the RFC may still need some more work, discussion, answers to open questions, and/or a champion before it can move to the next stage.

An RFC is moved into Exploring with consensus of the relevant teams. @@ -150,7 +150,7 @@ import { pageTitle } from 'ember-page-title'; about code. Some examples include Roadmap RFCs, changes to the RFC process itself, and changes to learning resources. When such an RFC is a candidate for Released, the work should be shipped as described, and the - result should presented to the team with the intent of gathering + result should be presented to the team with the intent of gathering feedback about whether anything is missing. If there is agreement that the work is complete, the RFC may be marked "Released" and a date is provided instead of a version.

From 0df7b40aa60f4bdc25df65e0c3e4c54079aee0ba Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Fri, 3 Oct 2025 09:56:34 +0100 Subject: [PATCH 2/2] fix #ready-for-release link --- app/templates/stages/index.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/stages/index.gjs b/app/templates/stages/index.gjs index 7bfef9c..231c44e 100644 --- a/app/templates/stages/index.gjs +++ b/app/templates/stages/index.gjs @@ -215,7 +215,7 @@ import { pageTitle } from 'ember-page-title'; Accepted
  • - Ready for Release + Ready for Release
  • Released