Skip to content

Commit

Permalink
GitHub templates: Remove Snowpack check (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrygrFlzr authored Mar 10, 2021
1 parent 2322291 commit 943a11f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Create a report to help us improve
title: ''
labels: 'Bug'
assignees: ''

---

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

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

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

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.

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

Stack trace goes here...
Stack trace goes here...

</details>

**Information about your SvelteKit Installation:**

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

- Your browser

Expand Down

0 comments on commit 943a11f

Please sign in to comment.