Skip to content

Commit

Permalink
Update 1.bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan authored Apr 10, 2021
1 parent e721ace commit e5c41bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -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
Expand Down

0 comments on commit e5c41bb

Please sign in to comment.