Skip to content

Commit 3712a21

Browse files
authored
Adds issue templates
1 parent 7face48 commit 3712a21

File tree

4 files changed

+86
-0
lines changed

4 files changed

+86
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] Brief description of the bug"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Steps to reproduce**
14+
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment (please complete the following information):**
27+
28+
- OS: [e.g. Windows, macOS, Linux]
29+
- Browser [e.g. Chrome, Firefox, Safari]
30+
31+
**Additional context**
32+
Add any other context about the problem here.
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: "[FEATURE] Brief description of the new feature"
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.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: New UI Snippet
3+
about: Suggest a new UI snippet for the project
4+
title: "[UI] Brief description of the new UI snippet"
5+
labels: enhancement, UI
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the UI snippet**
11+
A clear and concise description of the UI snippet you want to add.
12+
13+
**Why is this UI snippet useful?**
14+
Explain the benefits and use cases for this UI snippet.
15+
16+
**Design or mockup**
17+
If possible, provide a design or mockup of the UI snippet.
18+
19+
**Additional context**
20+
Add any other context or information about the UI snippet here.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Other Issue
3+
about: For issues that don't fit the other categories
4+
title: "[OTHER] Brief description of the issue"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the issue**
11+
A clear and concise description of the issue.
12+
13+
**Additional context**
14+
Add any other context or information about the issue here.

0 commit comments

Comments
 (0)