Skip to content

Commit e5c41bb

Browse files
authored
Update 1.bug_report.yml
1 parent e721ace commit e5c41bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ body:
99
description: 'For example: v2.0.4'
1010
validations:
1111
required: true
12+
- type: input
13+
attributes:
14+
label: What build tool (or framework if it abstracts the build tool) are you using?
15+
description: 'For example: postcss-cli 8.3.1, Next.js 10.0.9, webpack 5.28.0'
16+
validations:
17+
required: true
1218
- type: input
1319
attributes:
1420
label: What version of Node.js are you using?
@@ -30,7 +36,7 @@ body:
3036
- type: input
3137
attributes:
3238
label: Reproduction repository
33-
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.
39+
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.
3440
validations:
3541
required: true
3642
- type: textarea

0 commit comments

Comments
 (0)