Skip to content

Commit 7f37147

Browse files
authored
Create compatibility_issue.yml
1 parent 769dcf8 commit 7f37147

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
name: Mod Compatibility Issue
2+
description: Report compatibility issues with other mods
3+
title: "[Compatibility] "
4+
labels: ["compatibility", "needs-investigation"]
5+
assignees: ["KdGaming0"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Mod Compatibility Issue
11+
Report issues when ScaleMe doesn't work well with other mods.
12+
13+
- type: input
14+
id: conflicting-mod
15+
attributes:
16+
label: Conflicting Mod
17+
description: Which mod is causing compatibility issues with ScaleMe?
18+
placeholder: "e.g., Sodium, REI, Skyblocker"
19+
validations:
20+
required: true
21+
22+
- type: input
23+
id: conflicting-mod-version
24+
attributes:
25+
label: Conflicting Mod Version
26+
description: What version of the conflicting mod are you using?
27+
placeholder: "e.g., Sodium 0.6.13"
28+
validations:
29+
required: false
30+
31+
- type: input
32+
id: scaleme-version
33+
attributes:
34+
label: ScaleMe Version
35+
description: What version of ScaleMe are you using?
36+
placeholder: "e.g., 1.2.3"
37+
validations:
38+
required: false
39+
40+
- type: input
41+
id: minecraft-version
42+
attributes:
43+
label: Minecraft Version
44+
description: What version of Minecraft?
45+
placeholder: "e.g., 1.21.5"
46+
validations:
47+
required: true
48+
49+
- type: textarea
50+
id: compatibility-issue
51+
attributes:
52+
label: Compatibility Issue Description
53+
description: Describe what happens when both mods are installed
54+
placeholder: "When I have both ScaleMe and [mod] installed..."
55+
validations:
56+
required: true
57+
58+
- type: dropdown
59+
id: issue-severity
60+
attributes:
61+
label: Issue Severity
62+
description: How severe is the compatibility issue?
63+
options:
64+
- Minor - Small visual glitches
65+
- Moderate - Some features don't work
66+
- Major - Significant functionality broken
67+
- Critical - Game crashes or unplayable
68+
validations:
69+
required: true
70+
71+
- type: textarea
72+
id: reproduction-steps
73+
attributes:
74+
label: Steps to Reproduce
75+
description: How can we reproduce this compatibility issue?
76+
value: |
77+
1. Install ScaleMe version X.X.X
78+
2. Install [conflicting mod] version X.X.X
79+
3.
80+
4.
81+
validations:
82+
required: true
83+
84+
- type: textarea
85+
id: workaround
86+
attributes:
87+
label: Workaround
88+
description: Have you found any workarounds for this issue?
89+
placeholder: "Disabling feature X in mod Y seems to help..."
90+
91+
- type: textarea
92+
id: logs
93+
attributes:
94+
label: Logs
95+
description: Please provide relevant logs or crash reports
96+
render: shell
97+
98+
- type: checkboxes
99+
id: checklist
100+
attributes:
101+
label: Checklist
102+
options:
103+
- label: I have tested with only ScaleMe and the conflicting mod installed
104+
required: true
105+
- label: I have verified this issue doesn't occur with ScaleMe alone
106+
required: true
107+
- label: I have searched for existing compatibility reports
108+
required: true

0 commit comments

Comments
 (0)