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
|
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
|
||||||
|
Reference in New Issue
Block a user