From ca381ab20fec9639230ea7769d1ca7f267a196fb Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Wed, 8 May 2024 23:30:05 -0700 Subject: [PATCH] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index e1caabc..c954cfb 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -52,12 +52,14 @@ body: validations: required: true -- type: checkboxes +- type: dropdown attributes: - label: Do you have Youtube Premium? + label: Do you use YouTube Premium? options: - - label: Yes, I have Youtube Premium - required: false + - ❌ No, I don't use YouTube Premium + - ✅ Yes, I do use YouTube Premium + validations: + required: true - type: markdown attributes: