From da97269ea778cae3fbc3aeed79a3b864aefe60ed Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson <18584402+madame-rachelle@users.noreply.github.com> Date: Sun, 15 May 2022 06:15:33 -0400 Subject: [PATCH] Update bug_report.yml Encourage more detailed info about OS info especially since different Linux distros have idiosyncrasies that can be problematic --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b157b4a638..d50d020706 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -55,11 +55,11 @@ body: validations: required: false - type: input - id: other + id: os_detail attributes: - label: If Other OS, please describe + label: Please describe your specific OS version description: Other details - placeholder: "Windows, Mac OSX version, Debian, Ubuntu, Arch, etc." + placeholder: "Windows 11 Home/Pro/Server/etc, Mac OSX version, Debian 10/11/etc, Ubuntu 18/20/etc, Arch, etc." validations: required: false - type: input