From c3ec775607b235f93929b45040e9d9addad73d31 Mon Sep 17 00:00:00 2001 From: novenary Date: Fri, 2 Jun 2023 12:20:27 +0300 Subject: [PATCH] Clarify OS field in bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 004a727d..9ca5d916 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -70,9 +70,8 @@ body: - type: input id: os attributes: - label: Operating system - description: The name and version of your operating system. - placeholder: Windows, Mac, Linux-based distribution... + label: Operating system (including distribution name and version) + placeholder: Windows 11, macOS 13.4, Ubuntu 23.04... validations: required: true