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

61 lines
1.6 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!
- 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
- type: input
id: autoreport
attributes:
label: Report link
description: Link to automatically generated character report
value: {autoreport}
validations:
required: true