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: Submit an issue that you have found while playing the mod.
3
+
labels: [ "bug" ]
4
+
5
+
body:
6
+
- type: dropdown
7
+
id: platform
8
+
attributes:
9
+
label: Platforms
10
+
description: On what platforms do you know the bug happens?
11
+
multiple: true
12
+
options:
13
+
- Android
14
+
- Mac
15
+
- Windows
16
+
- Linux
17
+
validations:
18
+
required: true
19
+
20
+
- type: input
21
+
id: game
22
+
attributes:
23
+
label: Mindustry Build
24
+
description: The build number of the game.
25
+
placeholder: Don't use latest.
26
+
validations:
27
+
required: true
28
+
29
+
- type: input
30
+
id: mod
31
+
attributes:
32
+
label: the build/version of the mod.
33
+
description: The version of the mod or the action run id(the number after runs/ in the url).
34
+
placeholder: Don't use latest.
35
+
validations:
36
+
required: true
37
+
38
+
- type: textarea
39
+
id: issue
40
+
attributes:
41
+
label: Issue
42
+
description: Explain your issue in detail.
43
+
validations:
44
+
required: true
45
+
46
+
- type: textarea
47
+
id: reproduction
48
+
attributes:
49
+
label: Steps to reproduce
50
+
description: How you happened across the issue, and what exactly you did to make the bug happen.
51
+
validations:
52
+
required: true
53
+
54
+
- type: textarea
55
+
id: mods
56
+
attributes:
57
+
label: Mods used
58
+
description: Mods used along with this mod.
59
+
validations:
60
+
required: false
61
+
62
+
- type: textarea
63
+
id: save-file
64
+
attributes:
65
+
label: Save file
66
+
description: The (zipped) map that the bug happens, specify the sector's name if it's in campaign.
67
+
placeholder: Required if the issue is happening on a specific save file.
68
+
validations:
69
+
required: false
70
+
71
+
- type: textarea
72
+
id: logs
73
+
attributes:
74
+
label: (Crash) logs
75
+
description: The file of the crash or the lastlog.txt file. It can be found in your save folder.
76
+
placeholder: Required if you are reporting a crash.
77
+
validations:
78
+
required: false
79
+
80
+
- type: checkboxes
81
+
id: agreement
82
+
attributes:
83
+
label: Submission
84
+
description: Check the boxes to confirm that you have read the lines below.
85
+
options:
86
+
- label: I have updated to the latest [release](https://github.com/xtabux/Omaloon/releases) or [action](https://github.com/xtabux/Omaloon/actions) to make sure my issue has not been fixed.
87
+
required: true
88
+
- label: I have searched the closed and open issues to make sure that this problem has not already been reported.
89
+
required: true
90
+
- label: I am not using Foo's Client, and have made sure the bug is not caused by mods I have installed.
0 commit comments