From e5c41bb779c45004cc7c5c84752bde132dcf7f55 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sat, 10 Apr 2021 09:24:58 -0400 Subject: [PATCH] Update 1.bug_report.yml --- .github/ISSUE_TEMPLATE/1.bug_report.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index 07903387a..a7af5535a 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -9,6 +9,12 @@ body: description: 'For example: v2.0.4' validations: required: true + - type: input + attributes: + label: What build tool (or framework if it abstracts the build tool) are you using? + description: 'For example: postcss-cli 8.3.1, Next.js 10.0.9, webpack 5.28.0' + validations: + required: true - type: input attributes: label: What version of Node.js are you using? @@ -30,7 +36,7 @@ body: - type: input attributes: label: Reproduction repository - description: A public GitHub repo that demonstrates the bug. If it's really unnecessary, link us to a YouTube video you think is awesome instead. + description: A public GitHub repo that includes a minimal reproduction of the bug. Unfortunately we can't provide support without a reproduction, and your issue will be closed and locked with no comment if this is not provided. validations: required: true - type: textarea