From 282b22f123c6bb73b1a10b06bef21993bf21a9e9 Mon Sep 17 00:00:00 2001 From: JHubi1 Date: Thu, 22 Aug 2024 20:53:30 +0200 Subject: [PATCH] Changed issue template to dropdown --- .github/ISSUE_TEMPLATE/bug.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 9e43b03..9fe3fce 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -12,12 +12,15 @@ body: required: true - label: I have confirmed this bug exists on the latest version of the app required: true - - type: input + - type: dropdown attributes: label: "Platform" - description: "The platforms on which the bug occurs, separated by commas. Use `*` if all platforms are affected.\nAvailable platforms: Android, Windows" - placeholder: "Android, Windows" - value: "*" + description: "The platforms on which the bug occurs or had occurred. Select all that apply." + options: + - Android + - Windows + - Linux + - Web validations: required: true - type: input