From efe1742668171f3fb4eddd5f168a9e753ac12952 Mon Sep 17 00:00:00 2001 From: Jan Kaifer Date: Tue, 6 Dec 2022 15:07:35 +0100 Subject: [PATCH] Update bug report template to make it clear we require repro (#43735) Co-authored-by: Steven --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 2ecfe0c58326..6b4863b3ce12 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -48,7 +48,7 @@ body: - 'TypeScript' - type: input attributes: - label: Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster + label: Link to the code that reproduces this issue description: A link to a GitHub repository, a [StackBlitz](https://stackblitz.com/fork/github/vercel/next.js/tree/canary/examples/reproduction-template), or a [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