mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
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:
parent
6c1c669619
commit
65120dd934
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
8
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -140,7 +140,7 @@ body:
|
|||
label: Other relevant information
|
||||
description: If there is more, you can tell us here. Make sure to use Markdown formatting here.
|
||||
render: Markdown
|
||||
- type: dropdown
|
||||
- type: checkboxes
|
||||
id: experience
|
||||
attributes:
|
||||
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.
|
||||
|
||||
options:
|
||||
- I am inexperienced with docker
|
||||
- I am inexperienced with mail servers
|
||||
- I am uncomfortable with the CLI
|
||||
- label: I am inexperienced with docker
|
||||
- label: I am inexperienced with mail servers
|
||||
- label: I am uncomfortable with the CLI
|
||||
validations:
|
||||
required: false
|
||||
- type: checkboxes
|
||||
|
|
Loading…
Reference in a new issue