Skip to content

Commit 46aa480

Browse files
committed
add issue template
1 parent e90649f commit 46aa480

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

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+
type: 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+
type: Feature
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)