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