Skip to content

Commit 00225e0

Browse files
committed
Update governance doc
1 parent 6e0deab commit 00225e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GOVERNANCE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,17 @@ This table gives a high-level overview of the stages, but please see the individ
107107
### Stage 1 — Consideration
108108

109109
- A proposal enters **Stage 1 — Consideration** when 2 SC members indicate interest/support for the idea as a valuable addition to React Router
110-
- Upon entering this stage, a GitHub Issue will be created for the feature and added to the roadmap
111110
- These initial supporting SC members will be the champions for the feature and will be loosely responsible for shepherding the feature through the stages of the RFC process
112111
- At this stage, the proposal is eligible for a sample PR implementation from a core team or community member
113112
- The SC will indicate at this stage if this is a feature open to a community PR or something the core team would prefer to tackle
113+
- We will add the `accepting-prs` label to the RFC if we are open to community PRs
114114
- All PRs at this stage should implement the feature in an "unstable" fashion (usually using an `unstable_` prefix on the future flag or API)
115115

116116
### Stage 2 — Alpha
117117

118118
- A proposal enters **Stage 2 — Alpha** once a PR has been opened implementing the feature in an `unstable_` state
119119
- At this stage, we should open an Issue for the Proposal and add it to the [Roadmap](https://github.com/orgs/remix-run/projects/5)
120+
- We will remove any `accepting-prs` label and add the `🗺️ Roadmap` label to indicate that this RFc is officially on the roadmap
120121
- At this stage, we are looking for early community testing _before_ merging any work to the React Router repo — so these PRs should provide a mechanism for community members to opt into to alpha testing
121122
- Maintainers can trigger an alpha release from the PR branch by adding the `alpha-release` label, which will kick off an experimental release and comment it back on the PR
122123
- Because the alpha release may contain other work committed to `dev` but not yet released in a stable version, it may not be ideal for testing in all cases

0 commit comments

Comments
 (0)