Skip to content

Commit db2ee26

Browse files
authored
Create bug_report.yml
1 parent ca836cc commit db2ee26

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
name: Bug Report
2+
description: Report a bug or issue with the ScaleMe mod
3+
title: "[Bug] "
4+
labels: ["bug", "needs-triage"]
5+
assignees: ["KdGaming0"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
## Thanks for reporting a bug!
11+
Please fill out the following information to help me diagnose and fix the issue.
12+
13+
- type: input
14+
id: mod-version
15+
attributes:
16+
label: ScaleMe Version
17+
description: What version of ScaleMe are you using?
18+
placeholder: "e.g., 1.2.3"
19+
validations:
20+
required: true
21+
22+
- type: input
23+
id: minecraft-version
24+
attributes:
25+
label: Minecraft Version
26+
description: What version of Minecraft are you playing?
27+
placeholder: "e.g., 1.21.5"
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: bug-description
33+
attributes:
34+
label: Bug Description
35+
description: What happened? Describe the bug clearly and concisely.
36+
placeholder: "The player scaling doesn't work when..."
37+
validations:
38+
required: true
39+
40+
- type: textarea
41+
id: reproduction-steps
42+
attributes:
43+
label: Steps to Reproduce
44+
description: How can we reproduce this bug?
45+
value: |
46+
1.
47+
2.
48+
3.
49+
4.
50+
placeholder: "1. Open the scaling menu\n2. Set scale to 2.0\n3. Notice that..."
51+
validations:
52+
required: false
53+
54+
- type: textarea
55+
id: expected-behavior
56+
attributes:
57+
label: Expected Behavior
58+
description: What did you expect to happen?
59+
placeholder: "The player should scale to 2x their normal size..."
60+
validations:
61+
required: false
62+
63+
- type: dropdown
64+
id: scaling-type
65+
attributes:
66+
label: Scaling Type Affected
67+
description: Which type of scaling is affected?
68+
options:
69+
- Self scaling
70+
- Other players scaling
71+
- Both self and other players
72+
- Not applicable
73+
validations:
74+
required: false
75+
76+
- type: textarea
77+
id: additional-mods
78+
attributes:
79+
label: Other Mods Installed
80+
description: List any other mods you have installed that might be relevant
81+
placeholder: "Sodium etc."
82+
83+
- type: textarea
84+
id: logs
85+
attributes:
86+
label: Logs/Crash Reports
87+
description: If applicable, paste any relevant logs or crash reports
88+
render: shell
89+
placeholder: "Paste your latest.log or crash report here"
90+
91+
- type: checkboxes
92+
id: checklist
93+
attributes:
94+
label: Checklist
95+
options:
96+
- label: I have searched for existing issues before creating this one
97+
required: true
98+
- label: I am using the latest version of ScaleMe
99+
required: false
100+
- label: I have provided all the requested information above
101+
required: true

0 commit comments

Comments
 (0)