From 0780f9a931d835bfe6c393d12be6073a67b3b6ab Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:39:23 -0600 Subject: [PATCH] chore: change checkboxes to dropdowns (#932) --- .github/ISSUE_TEMPLATE/issue.yml | 39 +++++++++++++++++--------------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index a904e2e1..7f84ff90 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -46,16 +46,17 @@ body: attributes: label: Additional Context description: Add any other context about the problem here. - - type: checkboxes + - type: dropdown id: os attributes: label: Operating System - description: What operating system are you seeing the problem on? + description: What operating system(s) are you seeing the problem on? + multiple: true options: - - label: Windows - - label: macOS - - label: Linux - - label: Other operating system (please specify in "Additional Context" section) + - Windows + - macOS + - Linux + - Other operating system (please specify in "Additional Context" section) validations: required: true - type: input @@ -65,29 +66,31 @@ body: description: What version of the operating system(s) are you seeing the problem on? validations: required: true - - type: checkboxes + - type: dropdown id: directories attributes: label: Directory Service description: What directory service(s) are you seeing the problem on? + multiple: true options: - - label: LDAP - Active Directory - - label: Another LDAP implementation (please specify in "Additional Context" section) - - label: Microsoft Entra ID - - label: Google Workspace - - label: Okta Universal Directory - - label: OneLogin - - label: Other directory service (please specify in "Additional Context" section) + - LDAP - Active Directory + - Another LDAP implementation (please specify in "Additional Context" section) + - Microsoft Entra ID + - Google Workspace + - Okta Universal Directory + - OneLogin + - Other directory service (please specify in "Additional Context" section) validations: required: true - - type: checkboxes + - type: dropdown id: application-type attributes: label: Application Type - description: Which Directory Connector application are you seeing the problem on? + description: Which Directory Connector application(s) are you seeing the problem on? + multiple: true options: - - label: GUI (the desktop application) - - label: CLI (the bwdc command line application) + - GUI (the desktop application) + - CLI (the bwdc command line application) validations: required: true - type: input