Skip to content

Commit fc95f26

Browse files
authored
Update GOVERNANCE.md
1 parent 4a910ac commit fc95f26

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

GOVERNANCE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ To reduce friction, the SC will primarily operate asynchronously via GitHub, but
5050

5151
## Bug/Issue Process
5252

53-
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.
53+
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.
5454

5555
- **All** bugs must have a **minimal** reproduction [^3]
5656
- Minimal means that it is not just pointing to a deployed site or a branch in your existing application
57-
- The preferred method is StackBlitz via [https://reactrouter.com/new](https://reactrouter.com/new)
58-
- If Stackblitz is not an option, a GitHub repo based on a fresh `create-react-router` app is acceptable
57+
- The preferred methods for reproductions are:
58+
- StackBlitz for **Framework Mode**: https://reactrouter.com/new
59+
- CodeSandbox for **Data/Declarative Modes**: [TypeScript](https://codesandbox.io/templates/react-vite-ts) | [Javascript](https://codesandbox.io/templates/react-vite)
60+
- If StackBlitz/CodeSandbox is not an option, a GitHub repo based on a fresh `npx create-react-router` app is acceptable
5961
- Only in extraordinary circumstances will code snippets or maximal reproductions be accepted
6062
- Issue Review
6163
- Issues not meeting the above criteria will be closed and pointed to this document

0 commit comments

Comments
 (0)