From 8666b0055ae93c16fb5d27df6d8b7db8e5a4f9ff Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:53:52 +0900 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cc3cb08..6bf5f00 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,4 @@ -name: Bug report (TEST) +name: Bug report description: Submit bugs that affect functionality here title: "[BUG]: " labels: ["bug"] @@ -34,22 +34,19 @@ body: options: - Desktop PC - Steam Deck - validations: - required: true + validations: + required: true - type: input id: distro attributes: label: Linux distribution - options: - - Desktop PC - - Steam Deck - validations: - required: true + validations: + required: true placeholder: "Arch Linux" - type: textarea id: logs attributes: label: Additional log output - Tip: You can attach log files by clicking this area to highlight it and then dragging files in. + description: You can attach log files by clicking this area to highlight it and then dragging files in. validations: required: false