Skip to content

Commit cd79cc0

Browse files
authored
chore: make reproduction field a textarea (#10353)
1 parent e26a6f6 commit cd79cc0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ body:
1919
attributes:
2020
label: Reproduction
2121
description: Please provide a link via [vite.new](https://vite.new/) or a link to a repo that can reproduce the problem you ran into. `npm create vite@latest` and `npm create vite-extra@latest` (for SSR or library repros) can be used as a starter template. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided after 3 days, it will be auto-closed.
22-
placeholder: Reproduction URL and steps
22+
placeholder: Reproduction URL
2323
validations:
2424
required: true
25+
- type: textarea
26+
id: reproduction-steps
27+
attributes:
28+
label: Steps to reproduce
29+
description: Please provide any reproduction steps that may need to be described. E.g. if it happens only when running the dev or build script make sure it's clear which one to use.
30+
placeholder: Run `npm install` followed by `npm run dev`
2531
- type: textarea
2632
id: system-info
2733
attributes:

0 commit comments

Comments
 (0)