From 69d9baac1fc89f9063b1822d6c976949b1943775 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:23:57 +0100 Subject: [PATCH] github: add verbose mode check to bug report template (#9234) --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 99aafb954..2c406551a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -22,6 +22,17 @@ body: validations: required: true + - type: dropdown + id: verbose_run + attributes: + label: 🔎 Did you run the script with verbose mode enabled? + description: "Required for debugging any script issue. A verbose log is mandatory." + options: + - "Yes, verbose mode was enabled and the output is included below" + - "No (this issue will likely be closed automatically)" + validations: + required: true + - type: input id: script_name attributes: