We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90649f commit 46aa480Copy full SHA for 46aa480
2 files changed
.github/ISSUE_TEMPLATE/1-bug-report.yaml
@@ -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
.github/ISSUE_TEMPLATE/2-feature-request.yaml
+name: Feature Request
+description: Request a feature.
+type: Feature
+ label: Describe the feature you want
+ description: It's better that you also provide your use case.
0 commit comments