3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00
ViaVersion/.github/ISSUE_TEMPLATE/bug_report.yml

93 Zeilen
3.1 KiB
YAML

2021-03-22 15:30:33 +01:00
name: Bug Report
2021-03-22 14:34:54 +01:00
description: Report a bug or console error
2021-06-14 10:58:54 +02:00
labels: [Unconfirmed]
2021-03-22 14:34:54 +01:00
body:
- type: markdown
attributes:
2021-06-05 17:16:51 +02:00
value: |
**Before reporting a bug, please see if using master/dev builds from https://ci.viaversion.com/ fixes your issue.**
2022-10-15 19:20:20 +02:00
Whenever you see fit, you can upload images or videos to any of the text fields.
2021-03-22 14:34:54 +01:00
- type: input
attributes:
2021-06-05 17:16:51 +02:00
label: "`/viaversion dump` Output"
2021-03-22 15:30:33 +01:00
description: |
Run `/viaversion dump` in the console or in the chat, then copy and paste the given link here.
placeholder: |
https://dump.viaversion.com/...
2021-03-22 14:34:54 +01:00
validations:
required: true
- type: textarea
attributes:
2021-03-22 15:30:33 +01:00
label: Console Error
2021-03-22 14:34:54 +01:00
description: |
2024-02-21 16:13:15 +01:00
If you encounter warnings/errors in your console, **paste them with https://mclo.gs/ and put the paste link here**.
2021-03-22 14:34:54 +01:00
If the error is small/less than 10 lines, you may put it directly into this field.
value: |
```
2024-02-21 16:13:15 +01:00
Put the mclo.gs link or text here.
2021-03-22 14:34:54 +01:00
```
2021-03-22 15:30:33 +01:00
placeholder: Please do not remove the grave accents; simply replace the line of text in the middle.
2021-03-22 14:34:54 +01:00
validations:
required: false
- type: textarea
attributes:
2021-03-22 15:30:33 +01:00
label: Bug Description
2021-03-22 14:34:54 +01:00
description: |
2021-03-22 15:30:33 +01:00
Describe the unexpected behavior.
If you want to attach screenshots, use the comment field at the bottom of the page.
2021-03-22 14:34:54 +01:00
placeholder: |
Example: "Placing signs on 1.13.2 causes text to disappear."
validations:
required: true
- type: textarea
attributes:
2021-03-22 15:30:33 +01:00
label: Steps to Reproduce
2021-03-22 14:34:54 +01:00
description: |
2021-03-22 15:30:33 +01:00
List the steps on how we can reproduce the issue. Make sure we can easily understand what you mean with each step.
2021-03-22 14:34:54 +01:00
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:
2021-03-22 15:30:33 +01:00
label: Expected Behavior
2021-03-22 14:34:54 +01:00
description: |
2021-03-22 15:30:33 +01:00
Describe what exactly you expected to happen.
2021-03-22 14:34:54 +01:00
placeholder: |
Example: "Placed sign text should not disappear."
validations:
required: true
- type: textarea
attributes:
2021-03-22 15:30:33 +01:00
label: Additional Server Info
2021-03-22 14:34:54 +01:00
description: |
2024-05-30 21:55:10 +02:00
Do you use a proxy (e.g. Velocity)? What software do you use and what plugins?
2021-03-22 14:34:54 +01:00
placeholder: |
2024-05-30 21:55:10 +02:00
Example: "I also use Velocity with the following plugins: x, y, z"
2021-03-22 14:34:54 +01:00
validations:
required: false
- type: checkboxes
attributes:
label: Checklist
description: Make sure you have followed each of the steps outlined here.
options:
2024-05-30 21:55:10 +02:00
- label: Via plugins are only running on **EITHER** the backend servers (e.g. Paper) **OR** the proxy (e.g. Velocity), **not on both**.
2021-03-22 14:34:54 +01:00
required: true
- label: I have included a ViaVersion dump.
required: true
2021-03-22 15:30:33 +01:00
- label: If applicable, I have included a paste (**not a screenshot**) of the error.
2021-03-22 14:34:54 +01:00
required: true
2021-07-25 09:51:04 +02:00
- label: I have tried the latest build(s) from https://ci.viaversion.com/ and the issue still persists.
2021-03-22 14:34:54 +01:00
required: true