From d55d44bc9b3ba7354307f37ecdfbb1ee3c52a3b2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 23 Aug 2023 13:25:19 -0400 Subject: [PATCH] Update bug_report.yaml tweak --- .github/ISSUE_TEMPLATE/bug_report.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index e8140933..a87207c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -22,13 +22,19 @@ body: label: A clear and concise description of the issue. validations: required: true - - type: input + - type: dropdown id: distribution - attributes: - label: Which Linux distribution are you employing? - placeholder: 'Debian 11' validations: required: true + attributes: + label: Which Linux distribution are you employing? + options: + - Default Settings + - Debian 11 + - Debian 12 + - Ubuntu 20.04 + - Ubuntu 22.04 + - Ubuntu 23.04 - type: textarea id: screenshot attributes: