blob: 3f73353e3703c1cf0e0f580f51cb8c29b779c5e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
name: Feature Request
description: File a feature request
title: "[Feature Request]: "
labels: [enhancement]
body:
- type: textarea
id: related-problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when X happens.
validations:
required: false
- type: textarea
id: solution
attributes:
label: Solution(s)
description: A clear and concise description of what you want to happen.
placeholder: When X happens Y should happen like this other thing when A happens.
validations:
required: false
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Maybe X could also do Z when Y happens instead of X doing something when Y happens.
validations:
required: false
- type: input
id: version
attributes:
label: Mod Version
description: What version of the mod are you on?
placeholder: 1.0.0
validations:
required: true
- type: input
id: loader-version
attributes:
label: Mod Loader Version
description: What version of the mod loader are you on?
placeholder: 1.8.9 - 1.0.0
validations:
required: true
#Add back when fabric version is here.
# - type: dropdown
# id: loader
# attributes:
# label: Mod Loader
# description: What mod loader are you using? (Not required as of right now)
# multiple: true
# options:
# - N/A
# - Forge
# validations:
# required: false
- type: textarea
id: additional-context
attributes:
label: Additional context
description: You may also give any additional information here.
validations:
required: false
|