From 79c5b65308be60f2f9e638914938f01d6090f9eb Mon Sep 17 00:00:00 2001 From: dfedoryshchev <64079946+dfedoryshchev@users.noreply.github.com> Date: Sun, 10 May 2026 01:04:32 +0100 Subject: [PATCH] docs: fix typo in GOVERNANCE.md (#15026) --- GOVERNANCE.md | 2 +- contributors.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index c822815056..fea6aafebc 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -118,7 +118,7 @@ This table gives a high-level overview of the stages, but please see the individ - A proposal enters **Stage 2 β€” Alpha** once a PR has been opened implementing the feature in an `unstable_` state - 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) - We will remove any `accepting-prs` label and add the `πŸ—ΊοΈ Roadmap` label to indicate that this RFc is officially on the roadmap -- 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 +- 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 alpha testing - 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 - 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 - In these cases, PR authors may also add the contents for a `.patch` file in a comment that folks can use via [patch-package](https://www.npmjs.com/package/patch-package) or [pnpm patch](https://pnpm.io/cli/patch) diff --git a/contributors.yml b/contributors.yml index d8291ba57f..84a0c345e2 100644 --- a/contributors.yml +++ b/contributors.yml @@ -109,6 +109,7 @@ - dchenk - decadentsavant - developit +- dfedoryshchev - dgrijuela - DigitalNaut - DimaAmega