From 54e07628822e17833999c0614f4a6efa3d77aca8 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:31:21 +0900 Subject: [PATCH] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index cb687ce..bc466fb 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -6,26 +6,22 @@ assignees: - aclist body: - type: dropdown - id: version - attributes: - label: Version - description: DZGUI version - options: - - 5.6.x (stable) - - 5.7.x (testing) - - Version prior to 5.6.0 - default: 0 - validations: - required: true - - type: dropdown - id: browsers + id: device attributes: label: Device type options: - Desktop PC - Steam Deck + default: 0 validations: required: true + - type: input + id: version + attributes: + label: DZGUI version + validations: + required: true + placeholder: "5.6.0" - type: input id: distro attributes: