From 59c58a1df521c98d987cfbf3f2dda2a14dad01a4 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:57:56 +0900 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bab7f5c..67939f4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,15 +5,7 @@ labels: ["bug"] assignees: - aclist body: - - type: textarea - id: what-happened - attributes: - label: Describe the bug - description: What did you expect to happen? - placeholder: E.g., When doing X, Y occurred. - validations: - required: true - - type: dropdown +- type: dropdown id: version attributes: label: Version @@ -42,6 +34,14 @@ body: validations: required: true placeholder: "Arch Linux" + - type: textarea + id: what-happened + attributes: + label: Describe the bug + description: What did you expect to happen? + placeholder: E.g., When doing X, Y occurred. Include as much detail as possible. + validations: + required: true - type: textarea id: logs attributes: