From 65120dd934bbbc14e49cd2c31118c84c373017bf Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Sun, 14 Nov 2021 00:07:54 +1300 Subject: [PATCH] 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. --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5015b9e6..16727281 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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