From 8291f39813cd794ce18ff014b2ff408d88066de5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:10:45 +0100 Subject: [PATCH] github: add verbose mode check to bug report template Added a dropdown to check if verbose mode was enabled during script execution, which is required for debugging. --- .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: