Skip to content

Commit 04f17d5

Browse files
committed
Issue templates.
1 parent 752c521 commit 04f17d5

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
---
22
name: Bug report
3-
about: When something doesn't work as it should
3+
about: When something doesn't work as expected
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
98

109
- [ ] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues.
11-
- [ ] 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`.
1210

1311
**Description**
1412
A clear and concise description of what the bug is, and, unless obvious, what you expected instead.
1513

1614
**If applicable, a MRE**
17-
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
15+
Use one of these stackblitz templates to create a minimal reproducible example that you can link to here:
16+
17+
- [Zod](https://stackblitz.com/edit/superforms-2-testing?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte)
18+
- [Valibot](https://stackblitz.com/edit/superforms-2-testing-valibot?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Commercial support
3+
about: When you need help with Superforms for a commercial project
4+
title: ''
5+
labels: support
6+
assignees: ''
7+
---
8+
9+
- [ ] 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).
10+
11+
**Description**
12+
A description of your question. It's also helpful, but not required, if you can tell something about what kind of answer you expect.
13+
14+
**If applicable, a MRE**
15+
Use one of these stackblitz templates to create a minimal reproducible example that you can link to here:
16+
17+
- [Zod](https://stackblitz.com/edit/superforms-2-testing?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte)
18+
- [Valibot](https://stackblitz.com/edit/superforms-2-testing-valibot?file=src%2Froutes%2F%2Bpage.server.ts,src%2Froutes%2F%2Bpage.svelte)

0 commit comments

Comments
 (0)