Skip to content

Commit 6ff8bc6

Browse files
authored
Create bug_report.yaml
1 parent 335e624 commit 6ff8bc6

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug Report
2+
description: Report a bug to help us improve
3+
title: "[Bug] "
4+
labels: [bug]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to report a bug! Please fill in the details below.
10+
11+
- type: input
12+
id: environment
13+
attributes:
14+
label: Environment
15+
description: e.g. OS, Python version, browser, etc.
16+
placeholder: "macOS 14, Python 3.10"
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: what-happened
22+
attributes:
23+
label: What happened?
24+
description: Describe the bug.
25+
placeholder: Describe the issue here...
26+
validations:
27+
required: true
28+
29+
- type: textarea
30+
id: expected
31+
attributes:
32+
label: What did you expect to happen?
33+
validations:
34+
required: false
35+
36+
- type: textarea
37+
id: steps
38+
attributes:
39+
label: Steps to reproduce
40+
description: How can we reproduce the issue?
41+
placeholder: |
42+
1. Go to '...'
43+
2. Click on '....'
44+
3. Scroll down to '....'
45+
4. See error
46+
validations:
47+
required: true
48+
49+
- type: input
50+
id: version
51+
attributes:
52+
label: App Version
53+
placeholder: "e.g. v1.2.3"
54+
validations:
55+
required: false

0 commit comments

Comments
 (0)