Skip to content

Commit 9b0af73

Browse files
authored
Suggest a replay in the bug issue template (#50022)
x-ref: [slack thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1684457147422049)
1 parent eb2650a commit 9b0af73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ body:
5151
- 'TypeScript (plugin, built-in types)'
5252
- type: input
5353
attributes:
54-
label: Link to the code that reproduces this issue
54+
label: Link to the code that reproduces this issue or a replay of the bug
5555
description: |
5656
A link to a [GitHub repository](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) or a [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template) minimal reproduction. Minimal reproductions should be created from our [bug report template with `npx create-next-app -e reproduction-template`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template) and should include only changes that contribute to the issue.
57+
If a minimal reproduction can't be created please share a [replay](https://www.replay.io/) of the bug which doesn't require sharing a private repo.
5758
To report an App Router related issue, you can use these templates: [CodeSandbox](https://codesandbox.io/p/sandbox/github/vercel/next.js/tree/canary/examples/reproduction-template-app-dir) or [`npx create-next-app -e reproduction-template-app-dir`](https://github.com/vercel/next.js/tree/canary/examples/reproduction-template-app-dir)
5859
validations:
5960
required: true

0 commit comments

Comments
 (0)