Make OS type required for bug reports (#1163)

This commit is contained in:
Evan Simkowitz 2024-10-28 14:21:36 -07:00 committed by GitHub
parent fb750e53ba
commit 97ba467463
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,21 @@ body:
placeholder: v0.8.8 placeholder: v0.8.8
validations: validations:
required: true 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 - type: input
attributes: attributes:
label: OS label: OS Version/Distribution
description: The name and version of the operating system of the computer where you are running Wave description: The version of the operating system of the computer where you are running Wave
placeholder: macOS 15.0 placeholder: Ubuntu 24.04
validations: validations:
required: false required: false
- type: dropdown - type: dropdown
@ -59,7 +69,7 @@ body:
- arm64 - arm64
- x64 - x64
validations: validations:
required: false required: true
- type: markdown - type: markdown
attributes: attributes: