Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[pull] main from remix-run:main #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down