Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml
This commit is contained in:
parent
fa850e01d7
commit
093ebee00a
1 changed files with 9 additions and 7 deletions
16
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
16
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
@ -6,6 +6,15 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
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
|
- type: textarea
|
||||||
id: repro
|
id: repro
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -50,10 +59,3 @@ body:
|
||||||
render: bash
|
render: bash
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
|
||||||
id: autoreport
|
|
||||||
attributes:
|
|
||||||
label: Report link
|
|
||||||
description: Link to automatically generated character report
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue