From 9a7973f92f9c3f2f9487a350426cfeed5a35d675 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 23 Aug 2023 06:47:29 -0400 Subject: [PATCH] Update bug_report.yaml Linux distribution --- .github/ISSUE_TEMPLATE/bug_report.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 736aaed3..59b3587c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -15,6 +15,13 @@ body: label: A clear and concise description of the issue. validations: required: true + - type: input + id: distribution + attributes: + label: Which Linux distribution are you employing? + placeholder: 'Debian 11' + validations: + required: true - type: textarea id: screenshot attributes: