Skip to content

Commit ed725d9

Browse files
author
games647
committed
[ci skip] Show user clickable links
1 parent e45d4b3 commit ed725d9

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,26 @@ body:
1818
description: What behavior is expected?
1919
- type: textarea
2020
attributes:
21-
label: Steps/models to reproduce
21+
label: Steps to reproduce
2222
description: The actions that cause the issues. Please explain it in detail.
2323
- type: input
2424
attributes:
2525
label: Plugin list
2626
description: This can be found by running `/pl`
2727
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/
3328
- type: input
3429
attributes:
3530
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/
3841
- type: input
3942
attributes:
4043
label: Plugin version
@@ -58,5 +61,7 @@ body:
5861
options:
5962
- label: I tried the latest build
6063
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
6267
required: true

0 commit comments

Comments
 (0)