Skip to content

Commit dafbb1c

Browse files
authored
Created a bug report template
1 parent 91cda29 commit dafbb1c

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

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/issue
3+
title: "[BUG] <title>"
4+
labels: ["bug", "exploit"]
5+
body:
6+
- type: dropdown
7+
attributes:
8+
label: What item are you reporting? (this also inclueds the recently moved 1162)
9+
options:
10+
- Sniper
11+
- Tranq
12+
- SCP-1162
13+
- SCP-1499
14+
- SCP-1289 / Coin
15+
required: true
16+
- type: checkboxes
17+
attributes:
18+
label: Is there an existing issue for this?
19+
description: Please search to see if an issue already exists for the bug you encountered.
20+
options:
21+
- label: I have searched the existing issues
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Current Behavior
26+
description: A concise description of what you're experiencing.
27+
validations:
28+
required: false
29+
- type: textarea
30+
attributes:
31+
label: Expected Behavior
32+
description: A concise description of what you expected to happen.
33+
validations:
34+
required: false
35+
- type: textarea
36+
attributes:
37+
label: Steps To Reproduce
38+
description: Steps to reproduce the behavior.
39+
placeholder: |
40+
1. In this environment...
41+
1. When doing this...
42+
1. Use <item>...
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Anything else?
48+
description: |
49+
Links? References? Anything that will give us more context about the issue you are encountering!
50+
51+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
52+
validations:
53+
required: false

0 commit comments

Comments
 (0)