From 75532e028c9b834c5f9632999f698ebdde951506 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Mar 2024 10:47:20 -0400 Subject: [PATCH] Update bug_report.yaml tweak --- .github/ISSUE_TEMPLATE/bug_report.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6b73c929..3de356ea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -27,10 +27,19 @@ body: validations: required: true attributes: - label: Which Linux distribution are you employing? + label: What settings are you currently utilizing? options: - - Default Settings + - Advanced Settings + - type: dropdown + id: distribution + validations: + required: true + attributes: + label: Which Linux distribution are you employing? + options: + - - Debian 11 - Debian 12 - Ubuntu 20.04