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