Skip to content

Commit d497476

Browse files
committed
update issue templates
1 parent 2db4cc4 commit d497476

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ assignees: ''
77
---
88

99
<!--
10-
!!! Please fill out the relevant information below.
11-
!!! Failure to do so will lead to immediate close
10+
If there's an existing issue, please add a :+1: reaction to the description of
11+
the issue. One way we prioritize issues is by the number of :+1: reactions on
12+
their descriptions.
13+
Add additional information to the existing issue but DO NOT add `+1` or :+1: comments.
14+
15+
If there is no report already, please file one now using the template below.
16+
17+
Thank you for participating in vite-plugin-svelte!
1218
-->
1319

1420
## Description
@@ -17,15 +23,10 @@ Describe the bug. Keep it short and precise.
1723

1824
## Reproduction
1925

20-
A link to a repo or a script/code to reproduce the issue
26+
- We recommend creating a small repo that illustrates the problem.
27+
- Reproductions should be small, self-contained, correct examples – http://sscce.org.
2128

2229
## Additional Information
2330

24-
- operating system
25-
- versions for
26-
- node
27-
- npm/pnpm/yarn
28-
- vite
29-
- svelte
30-
- logs with debug enabled
31-
- use vite --debug flag or DEBUG=vite-plugin-svelte
31+
- The output of `npx envinfo --system --npmPackages vite,svelte,svelte-hmr,@sveltejs/vite-plugin-svelte --binaries --browsers`
32+
- debug logs produced with `vite dev --debug vite-plugin-svelte` or `DEBUG=vite-plugin-svelte <your start command here>`

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ assignees: ''
77
---
88

99
<!--
10-
!!! Thank you for participating
11-
!!! Please provide the information below or your request may be closed
10+
We're excited to hear how we can make vite-plugin-svelte better.
11+
Please follow the template below.
1212
-->
1313

1414
**Describe the feature**
15-
Keep it brief. No need for (pseudo-)code.
15+
Keep it brief.
1616

1717
**A Usecase**
1818
How would this feature be useful to you and/or users of vite-plugin-svelte

0 commit comments

Comments
 (0)