From 79c671b890d2ce24e11f9f5c91e27286512df711 Mon Sep 17 00:00:00 2001
From: Rachael Alexanderson <18584402+madame-rachelle@users.noreply.github.com>
Date: Sun, 15 May 2022 06:17:18 -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 5d658556f..027e55809 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -57,11 +57,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