issues/.github/ISSUE_TEMPLATE/BUG-REPORT.yml

62 lines
1.7 KiB
YAML
Raw Normal View History

2024-08-22 22:26:36 +02:00
name: In-Game Bug Report
description: File a bug report
2024-08-22 22:25:24 +02:00
labels: ["bug", "needs-verification"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
Please copy and paste the custom report link from the bug report tool ingame into the report link field below.
This includes your character data, which we may require to fix the bug you reported.
- type: input
id: autoreport
attributes:
label: Report link
description: Link to automatically generated character report
validations:
required: true
2024-08-22 22:25:24 +02:00
- type: textarea
id: repro
attributes:
label: Reproduction steps
description: "How do you trigger this bug? Please walk us through it step by step."
value: |
1.
2.
3.
render: bash
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected results
description: "What did you expect to happen?"
2024-08-22 22:29:18 +02:00
render: bash
2024-08-22 22:25:24 +02:00
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual results
description: "What actually happened?"
2024-08-22 22:29:18 +02:00
render: bash
2024-08-22 22:25:24 +02:00
validations:
required: true
- type: input
id: prevalence
attributes:
label: Bug prevalence
description: "How often do you or others encounter this bug?"
placeholder: "Only once / Every time I login / Every time I talk to Mr Blake / etc."
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: "Please tell us any other relevant information, what you were doing at the time, etc."
2024-08-22 22:29:18 +02:00
render: bash
2024-08-22 22:25:24 +02:00
validations:
required: true