Skip to content

Commit 99e00a8

Browse files
authored
Update issue templates
1 parent acf70b7 commit 99e00a8

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
* [ ] I understand that my bug report may be closed for any reason
11+
12+
**Describe the bug**
13+
What is the bug about?
14+
15+
**To Reproduce**
16+
Describe steps to reproduce the bug. Please include code to reproduce if possible.
17+
18+
**Expected behavior**
19+
Describe what you expected to happen.
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the feature**
11+
Provide a short description of the feature. Why would you like the feature?
12+
If the feature makes changes to an existing or new API please provide an example.

0 commit comments

Comments
 (0)