Skip to content

Commit

Permalink
add npx command to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 20, 2022
1 parent ce785c5 commit 021fcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ body:
- type: input
attributes:
label: Link to reproduction
description: A link to a GitHub repository or a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template) or [CodeSandbox](https://codesandbox.io/s/github/vercel/next.js/tree/canary/examples/reproduction-template) minimal reproduction. Minimal reproductions should be created from our [bug report template repository](https://github.com/vercel/nextjs-reproduction-template) and should include only changes that contribute to the issue.
description: A link to a GitHub repository or a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template) or [CodeSandbox](https://codesandbox.io/s/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.
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 021fcbf

Please sign in to comment.