Skip to content

Commit

Permalink
[ci skip] Show user clickable links
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed Jul 6, 2021
1 parent e45d4b3 commit ed725d9
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,26 @@ body:
description: What behavior is expected?
- type: textarea
attributes:
label: Steps/models to reproduce
label: Steps to reproduce
description: The actions that cause the issues. Please explain it in detail.
- type: input
attributes:
label: Plugin list
description: This can be found by running `/pl`
placeholder: AuthMe, ProtocolLib, ...
- type: input
attributes:
label: Server log
description: link of the error, stacktrace or the complete log (if any)
value: https://hastebin.com/ / https://gist.github.com/
- type: input
attributes:
label: Configuration file
description: link of your config.yml file
value: https://hastebin.com/ / https://gist.github.com/
description: |
Link to the contents of your config.yml file.
You can use [GitHub](https://gist.github.com/), [Hastebin](https://hastebin.com) or similar for that.
placeholder: https://gist.github.com/games647/88c4439e1cd7810f21318b1b24a04ee0
- type: textarea
attributes:
label: Server log
description: The error, stacktrace or link the complete log. You can use the links above for long versions.
render: shell
placeholder: https://hastebin.com/ / https://gist.github.com/
- type: input
attributes:
label: Plugin version
Expand All @@ -58,5 +61,7 @@ body:
options:
- label: I tried the latest build
required: true
- label: I checked for existing tickets - if there are, please upvote them and not create new ones
- label: |
I checked for existing tickets -
If there are, please vote them with a thumps reaction and not create new ones
required: true

0 comments on commit ed725d9

Please sign in to comment.