mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 20:00:51 +00:00
github: add verbose mode check to bug report template (#9234)
This commit is contained in:
parent
cec5c40e4a
commit
69d9baac1f
1 changed files with 11 additions and 0 deletions
11
.github/ISSUE_TEMPLATE/bug_report.yml
generated
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
generated
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue