Skip to content

Commit bf37081

Browse files
committed
chore: update issue template
1 parent 55ae5d2 commit bf37081

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ body:
66
attributes:
77
value: |
88
Thanks for taking the time to fill out this bug report!
9+
10+
Please use a template below to create a minimal reproduction, and provide to us your issue cases
11+
👉 [Reproduction mininal starter](https://stackblitz.com/edit/vitejs-vite-gfrx6w)
12+
👉 [Reproduction starter with unpluguin-vue-i18n](https://stackblitz.com/edit/vitejs-vite-jnecup)
913
- type: textarea
1014
id: bug-description
1115
attributes:
@@ -27,7 +31,7 @@ body:
2731
attributes:
2832
label: Reproduction
2933
description: |
30-
Please provide a link to a repo that can reproduce the problem you ran into. 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 "Status: Need More Info" label. If no reproduction is provided after 5 days, it will be closed.
34+
Please provide a link to a repo that can reproduce the problem you ran into. 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 "Status: Need More Info" label. If no reproduction is provided, it will be closed.
3135
placeholder: Reproduction
3236
validations:
3337
required: true

0 commit comments

Comments
 (0)