Skip to content

Commit 91cda29

Browse files
authored
Create bug-report.yaml
1 parent 89f1dd8 commit 91cda29

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

.github/docs/bug-report.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug Report
2+
description: File a bug/issue
3+
title: "[BUG] <title>"
4+
labels: ["bug", "exploit"]
5+
body:
6+
- type: lable
7+
attributes:
8+
lable: What Item are you reporting?
9+
required: true
10+
- type: checkboxes
11+
attributes:
12+
label: Is there an existing issue for this?
13+
description: Please search to see if an issue already exists for the bug you encountered.
14+
options:
15+
- label: I have searched the existing issues
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Current Behavior
20+
description: A concise description of what you're experiencing.
21+
validations:
22+
required: false
23+
- type: textarea
24+
attributes:
25+
label: Expected Behavior
26+
description: A concise description of what you expected to happen.
27+
validations:
28+
required: false
29+
- type: textarea
30+
attributes:
31+
label: Steps To Reproduce
32+
description: Steps to reproduce the behavior.
33+
placeholder: |
34+
1. In this environment...
35+
1. When doing this...
36+
1. Use <item>...
37+
validations:
38+
required: false
39+
- type: textarea
40+
attributes:
41+
label: Anything else?
42+
description: |
43+
Links? References? Anything that will give us more context about the issue you are encountering!
44+
45+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
46+
validations:
47+
required: false

0 commit comments

Comments
 (0)