change checkboxes to text area for OS technical support question (#1148)

This commit is contained in:
Straithe
2022-08-28 19:55:50 -04:00
committed by GitHub
parent 0a85acf27a
commit e41b4c5116

View File

@ -32,15 +32,10 @@ body:
placeholder: Please be detailed in what did happen placeholder: Please be detailed in what did happen
validations: validations:
required: true required: true
- type: checkboxes - type: textarea
id: operating-systems id: operating-systems
attributes: attributes:
label: What operating systems are you seeing the problem on? label: What operating systems are you seeing the problem on?
options:
- Linux
- Windows
- MacOS
- other
validations: validations:
required: true required: true
- type: textarea - type: textarea