@@ -18,23 +18,26 @@ body:
18
18
description : What behavior is expected?
19
19
- type : textarea
20
20
attributes :
21
- label : Steps/models to reproduce
21
+ label : Steps to reproduce
22
22
description : The actions that cause the issues. Please explain it in detail.
23
23
- type : input
24
24
attributes :
25
25
label : Plugin list
26
26
description : This can be found by running `/pl`
27
27
placeholder : AuthMe, ProtocolLib, ...
28
- - type : input
29
- attributes :
30
- label : Server log
31
- description : link of the error, stacktrace or the complete log (if any)
32
- value : https://hastebin.com/ / https://gist.github.com/
33
28
- type : input
34
29
attributes :
35
30
label : Configuration file
36
- description : link of your config.yml file
37
- value : https://hastebin.com/ / https://gist.github.com/
31
+ description : |
32
+ Link to the contents of your config.yml file.
33
+ You can use [GitHub](https://gist.github.com/), [Hastebin](https://hastebin.com) or similar for that.
34
+ placeholder : https://gist.github.com/games647/88c4439e1cd7810f21318b1b24a04ee0
35
+ - type : textarea
36
+ attributes :
37
+ label : Server log
38
+ description : The error, stacktrace or link the complete log. You can use the links above for long versions.
39
+ render : shell
40
+ placeholder : https://hastebin.com/ / https://gist.github.com/
38
41
- type : input
39
42
attributes :
40
43
label : Plugin version
58
61
options :
59
62
- label : I tried the latest build
60
63
required : true
61
- - label : I checked for existing tickets - if there are, please upvote them and not create new ones
64
+ - label : |
65
+ I checked for existing tickets -
66
+ If there are, please vote them with a thumps reaction and not create new ones
62
67
required: true
0 commit comments