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
value: DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT.
8
+
- type: input
9
+
id: plugin-version
10
+
attributes:
11
+
label: Minecraft Development for IntelliJ plugin version
12
+
validations:
13
+
required: true
14
+
- type: input
15
+
id: intellij-version
16
+
attributes:
17
+
label: IntelliJ version
18
+
validations:
19
+
required: true
20
+
- type: input
21
+
id: operating-system
22
+
attributes:
23
+
label: Operating System
24
+
validations:
25
+
required: true
26
+
- type: dropdown
27
+
id: target-platform
28
+
attributes:
29
+
label: Target platform
30
+
multiple: true
31
+
options:
32
+
- Bukkit
33
+
- Spigot
34
+
- Paper
35
+
- Sponge
36
+
- Architectury
37
+
- Minecraft Forge
38
+
- Fabric
39
+
- Lite Loader
40
+
- Velocity
41
+
- Mixins
42
+
- BungeeCord
43
+
- Waterfall
44
+
validations:
45
+
required: false
46
+
- type: markdown
47
+
attributes:
48
+
value: Always include a stack trace if there is one. Otherwise, the more information you can provide in terms of how to reproduce the problem, the more likely it'll be fixed. If there is something specific about your project, a link to the GitHub project can be very helpful.
value: DO NOT REQUEST SUPPORT FOR OLDER VERSIONS OF MINECRAFT.
8
+
- type: input
9
+
id: plugin-version
10
+
attributes:
11
+
label: Minecraft Development for IntelliJ plugin version
12
+
validations:
13
+
required: true
14
+
- type: textarea
15
+
id: description
16
+
attributes:
17
+
label: Description of the feature request
18
+
description: Please try to avoid vague requests. The more details you can give regarding what the feature request is, how it should work, and why it would be useful, the easier it will be to implement. Feel free to be vague if you have a general idea that something might be cool, but these are less likely to be prioritized and may be denied more often.
19
+
- type: markdown
20
+
attributes:
21
+
value: Please note as well that the developers working on this project don't use every platform it supports, at least not extensively. Different developers have differing knowledge about each platform. With this in mind, giving an in-depth explanation of a feature is targeting can be very helpful, as we may not know as much about what you're referring to as you do.
0 commit comments