Skip to content

Commit d221da7

Browse files
committed
Added issue templates
1 parent 02ed736 commit d221da7

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is as well as how to reproduce it.
12+
13+
**Error logs**
14+
If any error log, paste it here or screenshot it.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+

.github/ISSUE_TEMPLATE/question.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question
3+
about: You don't understand how it works or you want to ask a question? Choose this!
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)