github(fix): Issues form - Use checkboxes for the experience question (#2297)

Dropdown isn't appropriate. This was meant to be changed to multi-choice for opt-in.
This commit is contained in:
Brennan Kinney 2021-11-14 00:07:54 +13:00 committed by GitHub
parent 6c1c669619
commit 65120dd934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@ body:
label: Other relevant information label: Other relevant information
description: If there is more, you can tell us here. Make sure to use Markdown formatting here. description: If there is more, you can tell us here. Make sure to use Markdown formatting here.
render: Markdown render: Markdown
- type: dropdown - type: checkboxes
id: experience id: experience
attributes: attributes:
label: What level of experience do you have with Docker and mail servers? label: What level of experience do you have with Docker and mail servers?
@ -150,9 +150,9 @@ body:
Less experienced users tend to make common mistakes, which is ok; by letting us know we can spot those more easily. Less experienced users tend to make common mistakes, which is ok; by letting us know we can spot those more easily.
options: options:
- I am inexperienced with docker - label: I am inexperienced with docker
- I am inexperienced with mail servers - label: I am inexperienced with mail servers
- I am uncomfortable with the CLI - label: I am uncomfortable with the CLI
validations: validations:
required: false required: false
- type: checkboxes - type: checkboxes