Skip to content

Commit f7dfb71

Browse files
committed
Add issue template
1 parent e90649f commit f7dfb71

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
labels: ["bug"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Describe the problem you got
9+
description: It's better that you provide information as much as possible.
10+
validations:
11+
required: true
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: Request a feature.
3+
labels: ["enhancement"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Describe the feature you want
9+
description: It's better that you also provide your use case.
10+
validations:
11+
required: true

0 commit comments

Comments
 (0)