Update 1.bug_report.yml

This commit is contained in:
Adam Wathan 2021-04-10 09:24:58 -04:00 committed by GitHub
parent e721acef0b
commit e5c41bb779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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