1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

chore: change checkboxes to dropdowns (#932)

This commit is contained in:
Vincent Salucci
2025-11-21 14:39:23 -06:00
committed by GitHub
parent 62c8a64298
commit 0780f9a931

View File

@@ -46,16 +46,17 @@ body:
attributes: attributes:
label: Additional Context label: Additional Context
description: Add any other context about the problem here. description: Add any other context about the problem here.
- type: checkboxes - type: dropdown
id: os id: os
attributes: attributes:
label: Operating System 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: options:
- label: Windows - Windows
- label: macOS - macOS
- label: Linux - Linux
- label: Other operating system (please specify in "Additional Context" section) - Other operating system (please specify in "Additional Context" section)
validations: validations:
required: true required: true
- type: input - type: input
@@ -65,29 +66,31 @@ body:
description: What version of the operating system(s) are you seeing the problem on? description: What version of the operating system(s) are you seeing the problem on?
validations: validations:
required: true required: true
- type: checkboxes - type: dropdown
id: directories id: directories
attributes: attributes:
label: Directory Service label: Directory Service
description: What directory service(s) are you seeing the problem on? description: What directory service(s) are you seeing the problem on?
multiple: true
options: options:
- label: LDAP - Active Directory - LDAP - Active Directory
- label: Another LDAP implementation (please specify in "Additional Context" section) - Another LDAP implementation (please specify in "Additional Context" section)
- label: Microsoft Entra ID - Microsoft Entra ID
- label: Google Workspace - Google Workspace
- label: Okta Universal Directory - Okta Universal Directory
- label: OneLogin - OneLogin
- label: Other directory service (please specify in "Additional Context" section) - Other directory service (please specify in "Additional Context" section)
validations: validations:
required: true required: true
- type: checkboxes - type: dropdown
id: application-type id: application-type
attributes: attributes:
label: Application Type 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: options:
- label: GUI (the desktop application) - GUI (the desktop application)
- label: CLI (the bwdc command line application) - CLI (the bwdc command line application)
validations: validations:
required: true required: true
- type: input - type: input