-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
--- | ||
name: Bug report | ||
about: When something doesn't work as it should | ||
about: When something doesn't work as expected | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
- [ ] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. | ||
- [ ] If you're posting a bug for [Superforms v2](https://superforms.rocks/migration-v2), make sure you're on the latest alpha version with `npm i -D sveltekit-superforms@alpha`. | ||
|
||
**Description** | ||
A clear and concise description of what the bug is, and, unless obvious, what you expected instead. | ||
|
||
**If applicable, a MRE** | ||
Use this stackblitz template to create a minimal reproducible example that you can link to here: https://stackblitz.com/edit/sveltekit-superforms-1-testing?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte | ||
Use one of these stackblitz templates to create a minimal reproducible example that you can link to here: | ||
|
||
- [Zod](https://stackblitz.com/edit/superforms-2-testing?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte) | ||
- [Valibot](https://stackblitz.com/edit/superforms-2-testing-valibot?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Commercial support | ||
about: When you need help with Superforms for a commercial project | ||
title: '' | ||
labels: support | ||
assignees: '' | ||
--- | ||
|
||
- [ ] I have within a month made a donation proportionally to the current profit of the project or the company I work for, on the [Superforms website](https://superforms.rocks/support). | ||
|
||
**Description** | ||
A description of your question. It's also helpful, but not required, if you can tell something about what kind of answer you expect. | ||
|
||
**If applicable, a MRE** | ||
Use one of these stackblitz templates to create a minimal reproducible example that you can link to here: | ||
|
||
- [Zod](https://stackblitz.com/edit/superforms-2-testing?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte) | ||
- [Valibot](https://stackblitz.com/edit/superforms-2-testing-valibot?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte) |