From 62c8a64298eef312b64243d2284242494eb89284 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:45:22 -0600 Subject: [PATCH] chore: attempt to fix checkboxes required state (#930) --- .github/ISSUE_TEMPLATE/issue.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index eeeeb97a..a904e2e1 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -55,7 +55,7 @@ body: - label: Windows - label: macOS - label: Linux - - label: Other + - label: Other operating system (please specify in "Additional Context" section) validations: required: true - type: input @@ -63,6 +63,8 @@ body: attributes: label: Operating System Version description: What version of the operating system(s) are you seeing the problem on? + validations: + required: true - type: checkboxes id: directories attributes: @@ -75,7 +77,7 @@ body: - label: Google Workspace - label: Okta Universal Directory - label: OneLogin - - label: Other + - label: Other directory service (please specify in "Additional Context" section) validations: required: true - type: checkboxes @@ -103,5 +105,4 @@ body: Make sure to acknowledge the following before submitting your report! options: - 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. - validations: - required: true + required: true