From 10d83c5b20da36c4d2fc83d86e1b077857b7fdb9 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Thu, 30 Apr 2026 22:37:34 +0300 Subject: [PATCH] Added `tweaks_applied` to issue temeplate (#4416) * Update bug_report.yaml * Merge branch 'ChrisTitusTech:main' into patch-5 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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."