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.
This commit is contained in:
CanbiZ
2025-11-17 18:10:45 +01:00
committed by GitHub
parent cec5c40e4a
commit 8291f39813

View File

@@ -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: