Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
90 Zeilen
2.9 KiB
YAML
90 Zeilen
2.9 KiB
YAML
name: Bug report
|
|
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.
|
|
|
|
- type: input
|
|
attributes:
|
|
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
|
|
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.
|
|
value: |
|
|
```
|
|
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
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Bug description
|
|
description: |
|
|
A clear and concise description of what the bug is.
|
|
placeholder: |
|
|
Example: "Placing signs on 1.13.2 causes text to disappear."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: |
|
|
A clear and concise description of how we can reproduce the issue.
|
|
placeholder: |
|
|
Example:
|
|
1. Login with a 1.13.2 client
|
|
2. Place a sign
|
|
3. The sign text is displayed wrong
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected behavior
|
|
description: |
|
|
A clear and concise description of what you expected to happen.
|
|
placeholder: |
|
|
Example: "Placed sign text should not disappear."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional server information
|
|
description: |
|
|
Do you use a proxy (eg. BungeeCord)? What software do you use and what plugins?
|
|
placeholder: |
|
|
Example: "I also use BungeeCord with the following plugins: x, y, z"
|
|
validations:
|
|
required: false
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
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.
|
|
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.
|
|
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.
|