Skip to content

Commit f6ec6a2

Browse files
authored
Create bug_report.yaml
1 parent fab4e75 commit f6ec6a2

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: checkboxes
11+
id: version
12+
attributes:
13+
label: Version
14+
description: Are you using the latest version of this repository?
15+
options:
16+
- label: Yes
17+
required: true
18+
validations:
19+
required: true
20+
- type: checkboxes
21+
id: general
22+
attributes:
23+
label: General Question
24+
description: Is this a general usage question?
25+
options:
26+
- label: No
27+
required: true
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: what-happened
32+
attributes:
33+
label: What happened?
34+
description: Also tell us, what did you expect to happen?
35+
placeholder: Tell us what you see!
36+
value: "A bug happened!"
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: troubleshoot
41+
attributes:
42+
label: What have you tired?
43+
description: What steps have you taken to find a solution?
44+
placeholder: Tell us what you've done!
45+
value: "A bug happened!"
46+
validations:
47+
required: true
48+
- type: textarea
49+
id: logs
50+
attributes:
51+
label: Relevant log output
52+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
53+
render: shell

0 commit comments

Comments
 (0)