0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-21 19:38:58 +01:00
svelte/.github/ISSUE_TEMPLATE.md
Puru Vijay db2d07f236
feat(site-2): Update links, move blog out of SK folder to content (#8289)
* Update links

* Move blog to site/content

* Update site/content/docs/02-component-format.md

* Fix docs links

* Add global prettierrc

* Auto format

* Fix git merge artifact

* Fix errors

* Update html to svelte(remaining ones)

* Add 2 blog posts

* Modify prettierrc

* Minor design fix

* Switch package lock to spaces, prettier ignore

* Regenerate package lock

* prettier format

* Update deps

* Hack the build into working

* add missing blog post

---------

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Co-authored-by: Rich Harris <git@rich-harris.dev>
2023-04-02 11:24:33 -04:00

1.1 KiB

Before filing an issue we'd appreciate it if you could take a moment to ensure there isn't already an open issue or pull-request.
Before filing an issue we'd appreciate it if you could take a moment to ensure there isn't already an open issue or pull-request.

If there's an existing issue, please add a 👍 reaction to the description of the issue. One way we prioritize issues is by the number of 👍 reactions on their descriptions. Please DO NOT add +1 or 👍 comments.

Feature requests and proposals

We're excited to hear how we can make Svelte better. Please add as much detail as you can on your use case. To propose an implementation of a large feature or change, please create an RFC.

Bugs

If you're filing an issue about a bug please include as much information as you can including the following.

  • Your browser and the version: (e.x. Chrome 52.1, Firefox 48.0, IE 10)

  • Your operating system: (e.x. OS X 10, Windows XP, etc)

  • Svelte version (Please check you can reproduce the issue with the latest release!)

  • Whether your project uses Webpack or Rollup

  • Repeatable steps to reproduce the issue

Thanks for being part of Svelte!