You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
0 commit comments