We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce3898 commit fd325dcCopy full SHA for fd325dc
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,12 @@
1
+name: 🐛 Bug report
2
+description: Report a problem or unexpected behavior
3
+labels: [bug]
4
+body:
5
+ - type: textarea
6
+ id: what-happened
7
+ attributes:
8
+ label: What happened?
9
+ description: Tell us what went wrong.
10
+ placeholder: Describe the bug here.
11
+ validations:
12
+ required: true
.github/ISSUE_TEMPLATE/feature_request.yml
+name: 💡 Feature request
+description: Suggest an idea for improvement
+labels: [enhancement]
+ id: idea
+ label: Describe your idea
+ description: What would make the project better?
+ placeholder: Describe your feature request here.
0 commit comments