We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51a693 commit a9a2027Copy full SHA for a9a2027
.github/ISSUE_TEMPLATE/bug.md
@@ -1,7 +1,7 @@
1
---
2
name: Bug
3
about: Describe a faulty behavior
4
-title: ''
+title: "[BUG]"
5
labels: bug
6
assignees: ''
7
.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,17 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: "[FEATURE]"
+labels: enhancement
+assignees: ''
+
8
9
10
+**Is your feature request related to a problem? Please describe.**
11
+Describe the problem (not a bug - more of a usage issue).
12
13
+**Describe the solution you'd like**
14
+How should the feature improve your usage?
15
16
+**Additional context**
17
+Any other context or screenshots about the feature.
0 commit comments