From 8aa5177e10295cd6cc469b33d9fa8cbc0ebff3ff Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:28:54 +0700 Subject: [PATCH] Update 02-feature-request.yml --- .github/ISSUE_TEMPLATE/02-feature-request.yml | 33 ++----------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-feature-request.yml b/.github/ISSUE_TEMPLATE/02-feature-request.yml index 37c0dbe..481decc 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request.yml @@ -14,41 +14,12 @@ body: id: device_type attributes: label: Device - description: "Which device are you using?" + description: "Which device type is this feature for?" options: + - All devices - Phone/Tablet - - Laptop - Desktop - TV - - Other - multiple: false - validations: - required: true - - type: dropdown - id: os - attributes: - label: "Operating System" - description: "Which operating system is it running?" - options: - - Windows - - macOS - - Linux - - Android - - iOS/iPadOS - - Other - multiple: false - validations: - required: true - - type: dropdown - id: browser - attributes: - label: "Browser" - description: "Which browser are you using?" - options: - - Chrome/Edge/Chromium - - Kiwi Browser - - Safari - - Other multiple: false validations: required: true