From fc95f26e8ad64a097ea1c4064de686bd12246197 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 24 Jun 2025 14:30:36 -0400 Subject: [PATCH] Update GOVERNANCE.md --- GOVERNANCE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 519e54c0c6..78f7aae7b5 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -50,12 +50,14 @@ To reduce friction, the SC will primarily operate asynchronously via GitHub, but ## Bug/Issue Process -Due to the # of React Router applications out there, we have to be a bit strict on the process for filing issues to avoid an overload in GitHub. +Due to the large number of React Router applications out there, we have to be a bit strict on the process for filing issues to avoid an overload in GitHub. - **All** bugs must have a **minimal** reproduction [^3] - Minimal means that it is not just pointing to a deployed site or a branch in your existing application - - The preferred method is StackBlitz via [https://reactrouter.com/new](https://reactrouter.com/new) - - If Stackblitz is not an option, a GitHub repo based on a fresh `create-react-router` app is acceptable + - The preferred methods for reproductions are: + - StackBlitz for **Framework Mode**: https://reactrouter.com/new + - CodeSandbox for **Data/Declarative Modes**: [TypeScript](https://codesandbox.io/templates/react-vite-ts) | [Javascript](https://codesandbox.io/templates/react-vite) + - If StackBlitz/CodeSandbox is not an option, a GitHub repo based on a fresh `npx create-react-router` app is acceptable - Only in extraordinary circumstances will code snippets or maximal reproductions be accepted - Issue Review - Issues not meeting the above criteria will be closed and pointed to this document