From 97ba4674631c423257931ea60c4dee8abad0de82 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Mon, 28 Oct 2024 14:21:36 -0700 Subject: [PATCH] Make OS type required for bug reports (#1163) --- .github/ISSUE_TEMPLATE/bug-report.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 084c8f9d2..c3a19d403 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -44,11 +44,21 @@ body: placeholder: v0.8.8 validations: required: true + - type: dropdown + attributes: + label: Platform + description: The OS platform of the computer where you are running Wave + options: + - macOS + - Linux + - Windows + validations: + required: true - type: input attributes: - label: OS - description: The name and version of the operating system of the computer where you are running Wave - placeholder: macOS 15.0 + label: OS Version/Distribution + description: The version of the operating system of the computer where you are running Wave + placeholder: Ubuntu 24.04 validations: required: false - type: dropdown @@ -59,7 +69,7 @@ body: - arm64 - x64 validations: - required: false + required: true - type: markdown attributes: