From 5bee127d7910f725f8604e6d663468e8274f8b60 Mon Sep 17 00:00:00 2001 From: Sander Bruens Date: Mon, 11 Mar 2024 17:25:45 -0400 Subject: [PATCH] Add `os-version` option --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 21d7298284..137744934f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -71,6 +71,12 @@ body: - Windows validations: required: true + - type: input + id: os-version + attributes: + label: Operating System Version + description: The version of the operating system that you are running. + placeholder: "Sonoma 14.3.1" - type: textarea id: extra attributes: