We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7a1ff commit ab1ca11Copy full SHA for ab1ca11
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,3 +1,10 @@
1
name: Bug report
2
description: Create a report to help us improve
3
labels: ["bug"]
4
+body:
5
+ - type: textarea
6
+ attributes:
7
+ label: "Describe the bug:"
8
+ description: A clear and concise description of what the bug is.
9
+ validations:
10
+ required: true
0 commit comments