mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 01:55:47 +01:00
Small changes to the issue form
This commit is contained in:
parent
f60c0165e3
commit
2f45de2f6a
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
15
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -4,18 +4,18 @@ description: Report a bug or console error
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Before reporting a bug, please see if using master/dev builds from https://ci.viaversion.com/ fixes your issue.
|
||||
value: "**Before reporting a bug, please see if using master/dev builds from https://ci.viaversion.com/ fixes your issue.**"
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: "'/viaVersion dump' output"
|
||||
label: "'/viaversion dump' output"
|
||||
description: Run `/viaversion dump` in the console or in the chat, then copy and paste the given link here.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Error
|
||||
label: Console error
|
||||
description: |
|
||||
If you encounter warnings/errors in your console, **paste them under https://paste.gg/** and put the paste link here.
|
||||
If the error is small/less than 10 lines, you may put it directly into this field.
|
||||
@ -23,7 +23,6 @@ body:
|
||||
```
|
||||
Put the paste.gg link or text here.
|
||||
```
|
||||
placeholder: Please do not remove the grave accents; simply replace the line of text in the middle.
|
||||
validations:
|
||||
required: false
|
||||
|
||||
@ -75,15 +74,17 @@ body:
|
||||
label: Checklist
|
||||
description: Make sure you have followed each of the steps outlined here.
|
||||
options:
|
||||
- label: Via plugins are only running on *either* my backend servers (e.g. Paper) *or* the proxy (e.g. BungeeCord), not on both.
|
||||
- label: Via plugins are only running on **either** the backend servers (e.g. Paper) **or** the proxy (e.g. BungeeCord), **not on both**.
|
||||
required: true
|
||||
- label: I have included a ViaVersion dump.
|
||||
required: true
|
||||
- label: If applicable, I have included a paste (not a screenshot!) of the error.
|
||||
- label: If applicable, I have included a paste (not a screenshot) of the error.
|
||||
required: true
|
||||
- label: I have tried a build from https://ci.viaversion.com/ and the issue still persists.
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: If needed, add **screenshots to help explain your problem** in the comment field below.
|
||||
value: |
|
||||
|
||||
If needed, add **screenshots to help explain your problem** in the comment field below.
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: PaperMC Discord
|
||||
- name: ViaVersion Discord
|
||||
url: https://discord.gg/viaversion
|
||||
about: For smaller issues or questions, you can also join our Discord server.
|
Loading…
Reference in New Issue
Block a user