Skip to content

Commit 943a11f

Browse files
authored
GitHub templates: Remove Snowpack check (#476)
1 parent 2322291 commit 943a11f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: 'Bug'
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
@@ -18,8 +17,8 @@ Please make sure you've tested with the latest versions of Svelte and SvelteKit.
1817

1918
To help us help you, if you've found a bug please consider the following:
2019

21-
* If possible, we recommend creating a small repo that illustrates the problem.
22-
* Reproductions should be small, self-contained, correct examples – http://sscce.org.
20+
- If possible, we recommend creating a small repo that illustrates the problem.
21+
- Reproductions should be small, self-contained, correct examples – http://sscce.org.
2322

2423
Occasionally, this won't be possible, and that's fine – we still appreciate you raising the issue. But please understand that Svelte is run by unpaid volunteers in their free time, and issues that follow these instructions will get fixed faster.
2524

@@ -32,12 +31,13 @@ If you have a stack trace to include, we recommend putting inside a `<details>`
3231
<details>
3332
<summary>Stack trace</summary>
3433

35-
Stack trace goes here...
34+
Stack trace goes here...
35+
3636
</details>
3737

3838
**Information about your SvelteKit Installation:**
3939

40-
- The output of `npx envinfo --system --npmPackages svelte,@sveltejs/kit,@sveltejs/snowpack-config --binaries --browsers`
40+
- The output of `npx envinfo --system --npmPackages svelte,@sveltejs/kit --binaries --browsers`
4141

4242
- Your browser
4343

0 commit comments

Comments
 (0)