Skip to content

Commit 26f5d34

Browse files
committed
commit
1 parent a5dc8e6 commit 26f5d34

3 files changed

Lines changed: 154 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: "Bug Report"
2+
description: "Report a bug or unintended behavior in the EndlessPixel Modpack."
3+
title: "[Bug] "
4+
labels: [bug]
5+
body:
6+
- type: checkboxes
7+
id: confirm
8+
attributes:
9+
label: "Confirmation"
10+
options:
11+
- label: "I have searched existing issues and FAQ and confirmed this bug has not been reported before."
12+
required: true
13+
14+
- type: input
15+
id: modpack-version
16+
attributes:
17+
label: "EndlessPixel Modpack Version"
18+
placeholder: "e.g. 1.21.11-v10-3.0"
19+
description: "❌ Do NOT use Latest / partial versions (1.2 / 1.21). ✅ Enter the FULL version (e.g. 1.21.11-v10-3.0) - partial numbers make it impossible to identify your version."
20+
validations:
21+
required: true
22+
23+
- type: input
24+
id: java-version
25+
attributes:
26+
label: "Java Version"
27+
placeholder: "e.g. 21.0.1LTS"
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: description
33+
attributes:
34+
label: "Bug Description"
35+
description: "Clearly describe what the bug is and what happens."
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: reproduction
41+
attributes:
42+
label: "Steps to Reproduce"
43+
description: "List exact steps to make the bug happen."
44+
value: |
45+
1. Start Game
46+
2. Enter server/world
47+
3. Perform a certain operation
48+
4. Game crash/freeze/unresponsive/abnormal
49+
validations:
50+
required: true
51+
52+
- type: textarea
53+
id: expected
54+
attributes:
55+
label: "Expected Behavior"
56+
description: "What should happen instead?"
57+
validations:
58+
required: true
59+
60+
- type: textarea
61+
id: logs
62+
attributes:
63+
label: "Logs or Screenshots (optional)"
64+
description: "Paste logs, crash reports, or upload images."
65+
validations:
66+
required: false

.github/ISSUE_TEMPLATE/crash.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: "Crash Report"
2+
description: "Report a game crash or fatal error in EndlessPixel Modpack."
3+
title: "[Crash] "
4+
labels: [crash]
5+
body:
6+
- type: checkboxes
7+
id: confirm
8+
attributes:
9+
label: "Confirmation"
10+
options:
11+
- label: "I have checked existing issues and this crash is not already reported."
12+
required: true
13+
14+
- type: input
15+
id: modpack-version
16+
attributes:
17+
label: "EndlessPixel Modpack Version"
18+
placeholder: "e.g. 1.21.11-v10-3.0"
19+
description: "Latest is not a version number, which leaves us at a loss on how to proceed. Please provide the actual version number."
20+
validations:
21+
required: true
22+
23+
- type: input
24+
id: java-version
25+
attributes:
26+
label: "Java Version"
27+
placeholder: "e.g. 21.0.1LTS"
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: description
33+
attributes:
34+
label: "Crash Description"
35+
description: "When did the crash happen?"
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: reproduction
41+
attributes:
42+
label: "Steps to Cause Crash"
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
id: crash-log
48+
attributes:
49+
label: "Crash Log / Latest.log"
50+
description: "Please paste FULL crash report or use mclo.gs / pastebin."
51+
validations:
52+
required: true

.github/ISSUE_TEMPLATE/request.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: "Feature Request"
2+
description: "Suggest a new feature or improvement for EndlessPixel Modpack."
3+
title: "[Request] "
4+
labels: [request]
5+
body:
6+
- type: checkboxes
7+
id: confirm
8+
attributes:
9+
label: "Confirmation"
10+
options:
11+
- label: "I have searched existing requests and this is not a duplicate."
12+
required: true
13+
14+
- type: textarea
15+
id: description
16+
attributes:
17+
label: "Feature Description"
18+
description: "What do you want to add or change?"
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: reason
24+
attributes:
25+
label: "Why this feature?"
26+
description: "Explain why it would be useful."
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: additional
32+
attributes:
33+
label: "Additional Details (optional)"
34+
description: "Examples, screenshots, or related mods."
35+
validations:
36+
required: false

0 commit comments

Comments
 (0)