Skip to content

Commit ba9753e

Browse files
authored
Merge pull request #79 from Anselmoo/Anselmoo/issue78
feat: Add bug report and feature request issue templates
2 parents 4787968 + f3fa184 commit ba9753e

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while operating this project.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
12+
A clear and concise description of the bug.
13+
14+
**Steps to Reproduce**
15+
16+
1. Step 1
17+
2. Step 2
18+
3. Step 3
19+
20+
**Expected Behavior**
21+
22+
A clear and concise description of what you expected to happen.
23+
24+
**Actual Behavior**
25+
26+
A clear and concise description of what actually happened.
27+
28+
**Screenshots (Optional)**
29+
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Additional Information**
33+
34+
- Operating System:
35+
- Python Version:
36+
37+
**Possible Solution**
38+
39+
(Optional) If you have a possible solution or workaround, please describe it.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: ''
5+
labels: 'feature'
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)