Skip to content

Commit ae5f61e

Browse files
authored
Update and rename bug_report.md to bug_report.yml
1 parent 82a7e86 commit ae5f61e

File tree

2 files changed

+69
-38
lines changed

2 files changed

+69
-38
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
3+
name: Bug Report
4+
description: File a bug report.
5+
title: "[BUG]: "
6+
labels: ["bug"]
7+
assignees:
8+
- Fluffy728
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Thanks for taking the time to fill out this bug report!
14+
- type: input
15+
id: contact
16+
attributes:
17+
label: What did you expect to see?
18+
description: What did you expect to see, instead of seeing the bug.
19+
placeholder: I thought I would login to my account but instead I saw a sussy error.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: what-happened
24+
attributes:
25+
label: Describe the bug
26+
description: A clear and concise description of what the bug is.
27+
placeholder: Tell us what you see!
28+
value: "A bug happened!"
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: repro
34+
attributes:
35+
label: Reproduction steps
36+
description: "How do you trigger this bug? Please walk us through it step by step."
37+
value: |
38+
1. Go to '...'
39+
2. Click on '....'
40+
3. Scroll down to '....'
41+
4. See error
42+
...
43+
validations:
44+
required: true
45+
- type: dropdown
46+
id: browsers
47+
attributes:
48+
label: What browsers are you seeing the problem on?
49+
multiple: true
50+
options:
51+
- Firefox
52+
- Chrome
53+
- Safari
54+
- Microsoft Edge
55+
- Other
56+
- type: textarea
57+
id: logs
58+
attributes:
59+
label: Relevant log output
60+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
61+
render: shell
62+
- type: checkboxes
63+
id: terms
64+
attributes:
65+
label: Anti-Dupe
66+
description: By submiting this bug report, you need to make sure your issue is not a dupe.
67+
options:
68+
- label: I agree that this issue is not a dupe, and I double-checked. I also understand my issue will be closed if it turns out to be a dupe after an investigation.
69+
required: true

0 commit comments

Comments
 (0)