jhj0517
commited on
Commit
•
2b4926e
1
Parent(s):
64bd1c5
Add issue template
Browse files
.github/ISSUE_TEMPLATE/bug_report.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: Bug report
|
3 |
+
about: Create a report to help us improve
|
4 |
+
title: ''
|
5 |
+
labels: bug
|
6 |
+
assignees: jhj0517
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
+
**Which OS are you using?**
|
11 |
+
- OS: [e.g. iOS or Windows.. If you are using Google Colab, just Colab.]
|
.github/ISSUE_TEMPLATE/feature_request.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
name: Feature request
|
3 |
+
about: Any feature you want
|
4 |
+
title: ''
|
5 |
+
labels: enhancement
|
6 |
+
assignees: jhj0517
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
+
|