change checkboxes to text area for OS technical support question (#1148)
This commit is contained in:
7
.github/ISSUE_TEMPLATE/technical-support.yml
vendored
7
.github/ISSUE_TEMPLATE/technical-support.yml
vendored
@ -32,15 +32,10 @@ body:
|
||||
placeholder: Please be detailed in what did happen
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
- type: textarea
|
||||
id: operating-systems
|
||||
attributes:
|
||||
label: What operating systems are you seeing the problem on?
|
||||
options:
|
||||
- Linux
|
||||
- Windows
|
||||
- MacOS
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
Reference in New Issue
Block a user