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

62 lines
1.7 KiB
YAML

name: In-Game Bug Report
description: File a bug report
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
- 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?"
render: bash
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual results
description: "What actually happened?"
render: bash
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."
render: bash
validations:
required: true