From 6ca1de80cdf22da9d0d459777b506f8b01fba30d Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 16 Jun 2022 16:20:34 -0500 Subject: [PATCH] Add bug report field to issue template (#37766) --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index dbce6318ee4af..7e3c51a9ca0ce 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -41,6 +41,12 @@ body: description: A clear and concise description of what you expected to happen. validations: required: true + - type: input + attributes: + label: Link to reproduction + description: A link to a https://stackblitz.com/ or git repo with a minimal reproduction. Minimal reproductions should be created from a create-next-app starter and include only relevant changes to cause the issue if possible. + validations: + required: true - type: textarea attributes: label: To Reproduce