From a333571f94f679e4d55c7a9a9fdcc3d3261fc0ee Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:28:46 +0900 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b1209a1..ee292cb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.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: