From 602a7b8edc184fac2b52659b130a0b996bf16f43 Mon Sep 17 00:00:00 2001
From: aclist <92275929+aclist@users.noreply.github.com>
Date: Mon, 6 Jan 2025 19:59:20 +0900
Subject: [PATCH] Update bug_report.yml

---
 .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 67939f4..2f05aed 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -5,7 +5,7 @@ labels: ["bug"]
 assignees:
   - aclist
 body:
-- type: dropdown
+  - type: dropdown
     id: version
     attributes:
       label: Version
@@ -24,7 +24,6 @@ body:
       options:
         - Desktop PC
         - Steam Deck
-      default: 0
     validations:
       required: true
   - type: input
@@ -37,9 +36,9 @@ body:
   - type: textarea
     id: what-happened
     attributes:
-      label: Describe the bug
+      label: Description of the bug?
       description: What did you expect to happen?
-      placeholder: E.g., When doing X, Y occurred. Include as much detail as possible.
+      placeholder: "When doing X, Y occurred. Include as much detail as possible."
     validations:
       required: true
   - type: textarea