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 a538a0d commit 672cb70Copy full SHA for 672cb70
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,6 @@
1
name: 🐛 Bug report
2
description: Report a reproducible bug or regression in this library.
3
+title: "[Bug]: "
4
labels: [bug]
5
body:
6
- type: markdown
@@ -61,8 +62,7 @@ body:
61
62
- type: input
63
id: reproducible-example
64
attributes:
- label: Reproducible example repository
65
+ label: Reproducible example repository
66
description: Please provide a link to a repository on GitHub with a reproducible example.
- render: js
67
validations:
68
required: true
0 commit comments