Skip to content

Commit 8dee69e

Browse files
authored
Add fields for game and image details
1 parent 7866c19 commit 8dee69e

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ body:
77
value: |
88
Bug reports should only be used for reporting issues with how the software works. For assistance installing this software, as well as debugging issues with dependencies, please use our [Discord server](https://discord.gg/pterodactyl).
99
10-
- type: checkboxes
11-
attributes:
12-
label: Is there an existing issue for this?
13-
description: Please [search here](https://github.com/pterodactyl/panel/issues) to see if an issue already exists for your problem.
14-
options:
15-
- label: I have searched the existing issues before opening this issue.
16-
required: true
17-
1810
- type: textarea
1911
attributes:
2012
label: Current Behavior
@@ -32,7 +24,7 @@ body:
3224
- type: textarea
3325
attributes:
3426
label: Steps to Reproduce
35-
description: Please be as detailed as possible when providing steps to reproduce, failure to provide steps will likely result in this issue being closed.
27+
description: Please be as detailed as possible when providing steps to reproduce, failure to provide steps will result in this issue being closed.
3628
validations:
3729
required: true
3830

@@ -53,6 +45,20 @@ body:
5345
placeholder: 1.4.2
5446
validations:
5547
required: true
48+
49+
- type: input
50+
id: egg-details
51+
attributes:
52+
label: Games and/or Eggs Affected
53+
description: Please include the specific game(s) or egg(s) you are running into this bug with.
54+
placeholder: Minecraft (Paper), Minecraft (Forge)
55+
56+
- type: input
57+
id: docker-image
58+
attributes:
59+
label: Docker Image
60+
description: The specific Docker image you are using for the game(s) above.
61+
placeholder: ghcr.io/pterodactyl/yolks:java_17
5662

5763
- type: textarea
5864
id: panel-logs
@@ -67,3 +73,15 @@ body:
6773
render: bash
6874
validations:
6975
required: false
76+
77+
- type: checkboxes
78+
attributes:
79+
label: Is there an existing issue for this?
80+
description: Please [search here](https://github.com/pterodactyl/panel/issues) to see if an issue already exists for your problem.
81+
options:
82+
- label: I have searched the existing issues before opening this issue.
83+
required: true
84+
- label: I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
85+
required: true
86+
- label: I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
87+
required: true

0 commit comments

Comments
 (0)