Skip to content

Commit f8c9a71

Browse files
committed
Merge branch 'release-next' into dev
2 parents 2bab251 + 49e7664 commit f8c9a71

File tree

38 files changed

+387
-99
lines changed

38 files changed

+387
-99
lines changed

.changeset/calm-pants-film.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/curvy-pears-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-cougars-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/metal-starfishes-build.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-files-grow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-needles-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-buttons-shake.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ body:
88
value: |
99
Thank you for helping to improve React Router!
1010
11+
- **All** bugs must have a **minimal** reproduction
12+
- Minimal means that it is not just pointing to a deployed site or a branch in your existing application
13+
- The preferred method is StackBlitz via [https://reactrouter.com/new](https://reactrouter.com/new)
14+
- If Stackblitz is not an option, a Github repo based on a fresh `create-react-router` app is acceptable
15+
- Only in extraordinary circumstances will code snippets or maximal reproductions be accepted
16+
- Issue Review
17+
- Issues not meeting the above criteria will be closed and pointed to this document
18+
- Non-issues (feature requests, usage questions) will also be closed with a link to this document
19+
- The SC will triage issues regularly
20+
- Fixing Issues
21+
- The SC will mark good community issues with an `Accepting PRs` label
22+
- These issues will generally be ones that are likely to have a small surface area fix
23+
- However, anyone can work on any issue but there's no guarantee the PR will be accepted if the surface area is too large for expedient review by a core team member
24+
1125
## Option 1: Submit a PR with a failing test
1226
1327
🏆 The most helpful reproduction is to use our _bug report integration test_ template:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# publish to npm.
5252
- name: 🚀 PR / Publish
5353
id: changesets
54-
uses: changesets/action@v1.4.10
54+
uses: changesets/action@v1.5.3
5555
with:
5656
version: pnpm run changeset:version
5757
commit: "chore: Update version for release"

.github/workflows/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
action:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: dessant/support-requests@v3
14+
- uses: dessant/support-requests@v4
1515
with:
1616
issue-comment: >
1717
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports

0 commit comments

Comments
 (0)