Skip to content

Commit 752c521

Browse files
committed
Re-adding issue templates for github
1 parent 972dd94 commit 752c521

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

.github/FUNDING.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# These are supported funding model platforms
2+
3+
github: [ciscoheat]
4+
ko_fi: ciscoheat
5+
# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Bug report
3+
about: When something doesn't work as it should
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
- [ ] 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`.
12+
13+
**Description**
14+
A clear and concise description of what the bug is, and, unless obvious, what you expected instead.
15+
16+
**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
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)