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: