diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 11ba3a3..1e34d95 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -6,6 +6,15 @@ body: 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: @@ -50,10 +59,3 @@ body: render: bash validations: required: true - - type: input - id: autoreport - attributes: - label: Report link - description: Link to automatically generated character report - validations: - required: true