Skip to content

Commit 2bf82cd

Browse files
Add bug report template
1 parent d970cf5 commit 2bf82cd

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: textarea
14+
id: steps
15+
attributes:
16+
label: Steps to reproduce
17+
placeholder: "1. Go to...\n2. Click on...\n3. See error"
18+
- type: textarea
19+
id: expected
20+
attributes:
21+
label: Expected behavior
22+
placeholder: What should have happened?
23+
- type: dropdown
24+
id: severity
25+
attributes:
26+
label: Severity
27+
options:
28+
- Low — cosmetic issue
29+
- Medium — feature impaired
30+
- High — feature broken
31+
- Critical — system down

0 commit comments

Comments
 (0)