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: Is something now working as it should?
3
+
labels: [bug]
4
+
body:
5
+
- type: checkboxes
6
+
attributes:
7
+
label: Is there an existing issue for this bug?
8
+
description: Please [search here](https://github.com/Cubxity/UnifiedMetrics/issues?q=is%3Aissue) to see if someone else has already reported this.
9
+
options:
10
+
- label: I have searched the existing issues before opening this bug report.
11
+
required: true
12
+
13
+
- type: textarea
14
+
attributes:
15
+
label: Current Behavior
16
+
description: "Explain in detail what is the error or issue you are facing when using UnifiedMetrics in your server"
17
+
validations:
18
+
required: true
19
+
20
+
- type: textarea
21
+
attributes:
22
+
label: Expected Behavior
23
+
description: "Explain how it should work or respond"
24
+
validations:
25
+
required: true
26
+
27
+
- type: dropdown
28
+
attributes:
29
+
label: Server type
30
+
description: "What type of server software are you using?"
31
+
multiple: false
32
+
options:
33
+
- Spigot (includes Spigot-based forks)
34
+
- Fabric
35
+
- Minestom
36
+
- Velocity
37
+
- Bungeecord / Waterfall
38
+
validations:
39
+
required: true
40
+
41
+
- type: textarea
42
+
attributes:
43
+
label: Server Version
44
+
description: "What is the server version being used? Eg 1.18, 1.17.1"
45
+
validations:
46
+
required: true
47
+
48
+
- type: textarea
49
+
attributes:
50
+
label: Other Mods / Plugins in your server
51
+
description: "Provide a list of other Plugins / Mods than UnifiedMetrics which was in your server when this issue happened. (If none, enter N/A)"
52
+
validations:
53
+
required: true
54
+
55
+
- type: textarea
56
+
attributes:
57
+
label: Error log
58
+
description: "Paste the error log from your console to paste sites like https://paste.gg/ or http://hastebin.com/ (Do include complete log for better error checking and do hide sensitive informations)"
59
+
validations:
60
+
required: false
61
+
62
+
- type: textarea
63
+
attributes:
64
+
label: More information
65
+
description: "Feel free to add in more details like screenshot, spark reports, etc"
0 commit comments