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 d970cf5 commit 2bf82cdCopy full SHA for 2bf82cd
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,31 @@
1
+name: Bug Report
2
+description: Report a bug in this product
3
+title: "[Bug]: "
4
+labels: ["bug"]
5
+body:
6
+ - type: textarea
7
+ id: description
8
+ attributes:
9
+ label: Describe the bug
10
+ placeholder: A clear description of what the bug is.
11
+ validations:
12
+ required: true
13
14
+ id: steps
15
16
+ label: Steps to reproduce
17
+ placeholder: "1. Go to...\n2. Click on...\n3. See error"
18
19
+ id: expected
20
21
+ label: Expected behavior
22
+ placeholder: What should have happened?
23
+ - type: dropdown
24
+ id: severity
25
26
+ label: Severity
27
+ options:
28
+ - Low — cosmetic issue
29
+ - Medium — feature impaired
30
+ - High — feature broken
31
+ - Critical — system down
0 commit comments