Skip to content

Commit 62c8a64

Browse files
chore: attempt to fix checkboxes required state (#930)
1 parent 0d3bbc1 commit 62c8a64

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/issue.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,16 @@ body:
5555
- label: Windows
5656
- label: macOS
5757
- label: Linux
58-
- label: Other
58+
- label: Other operating system (please specify in "Additional Context" section)
5959
validations:
6060
required: true
6161
- type: input
6262
id: os-version
6363
attributes:
6464
label: Operating System Version
6565
description: What version of the operating system(s) are you seeing the problem on?
66+
validations:
67+
required: true
6668
- type: checkboxes
6769
id: directories
6870
attributes:
@@ -75,7 +77,7 @@ body:
7577
- label: Google Workspace
7678
- label: Okta Universal Directory
7779
- label: OneLogin
78-
- label: Other
80+
- label: Other directory service (please specify in "Additional Context" section)
7981
validations:
8082
required: true
8183
- type: checkboxes
@@ -103,5 +105,4 @@ body:
103105
Make sure to acknowledge the following before submitting your report!
104106
options:
105107
- label: I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
106-
validations:
107-
required: true
108+
required: true

0 commit comments

Comments
 (0)