Create BUG-REPORT.yml
This commit is contained in:
parent
1065bde91b
commit
326d6fc074
57
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
Normal file
57
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
Normal file
@ -0,0 +1,57 @@
|
||||
name: Bug Report
|
||||
about: 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?"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: Actual results
|
||||
description: "What actually happened?"
|
||||
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."
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: autoreport
|
||||
attributes:
|
||||
label: Report link
|
||||
description: Link to automatically generated character report
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user