diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6c6ff5db..78244a2d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -29,8 +29,15 @@ body: validations: required: true + - type: textarea + id: tweaks_applied + attributes: + label: List the tweaks you applied before the issue occurred. + validations: + required: false + - type: textarea id: error_output attributes: - label: Paste the full error output (if available) or Screenshot. + label: Paste the full error output (if available) or Screenshot or Video. placeholder: "Include any relevant logs or error messages."