Skip to content

Commit

Permalink
Issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Feb 11, 2024
1 parent 752c521 commit 04f17d5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
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)
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/commercial_support.md
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)

0 comments on commit 04f17d5

Please sign in to comment.