Skip to content

Commit 2129a60

Browse files
committed
chore: setup github issue templates
1 parent 84dd9a9 commit 2129a60

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: "🐛 Bug Report"
3+
description: Create a report to help us improve
4+
labels: ["🐛 bug"]
5+
assignees: ""
6+
---
7+
8+
## 🐛 Bug Report
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
16+
1. Go to '...'
17+
2. Click on '...'
18+
3. Scroll down to '...'
19+
4. See error
20+
21+
**Expected behavior**
22+
A clear and concise description of what you expected to happen.
23+
24+
**Screenshots**
25+
If applicable, add screenshots to help explain your problem.
26+
27+
**Environment (please complete the following information):**
28+
29+
- OS: [e.g. macOS, Windows, Linux]
30+
- Browser [e.g. chrome, safari]
31+
- Node version [e.g. 20]
32+
- App version/commit [if applicable]
33+
34+
**Additional context**
35+
Add any other context about the problem here.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: "✨ Feature Request"
3+
description: Suggest an idea for this project
4+
labels: ["✨ feature"]
5+
assignees: ""
6+
---
7+
8+
## ✨ Feature Request
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.
21+
22+
**Implementation ideas (optional)**
23+
If you have any ideas about how this feature could be implemented, please share them here.
24+
25+
**Would you like to work on this feature?**
26+
27+
- [ ] Yes, I'd like to help implement this feature
28+
- [ ] No, I'm just suggesting the feature

0 commit comments

Comments
 (0)