From 276aa116adb6c47c2b1bd4c7e1edb51c71e9ad81 Mon Sep 17 00:00:00 2001 From: akc3n Date: Sun, 30 Oct 2022 20:06:41 -0700 Subject: [PATCH] Change device list to drop down with multiple options, set validation to required --- .github/ISSUE_TEMPLATE/app_report.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 1e0ae13..91a0783 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -52,11 +52,13 @@ body: placeholder: SP2A.220405.003.2022040400 validations: required: true - - type: checkboxes + - type: dropdown + id: device_list attributes: - label: Device - description: Which Pixel(s) have you tested this with? - options: + label: Device list + description: Which Pixel(s) have you tested this with? + multiple: true + options: - label: Pixel 7 Pro - label: Pixel 7 - label: Pixel 6a @@ -72,6 +74,8 @@ body: - label: Pixel 3a (obsolete) - label: Pixel 3 XL (obsolete) - label: Pixel 3 (obsolete) + validations: + required: true - type: checkboxes attributes: label: Google Play installed