From 271c3e6197c34b29836055a063b2dd2b08a4f018 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:56:39 +0900 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index df858aa..cf27bbc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,10 +8,10 @@ body: - type: textarea id: what-happened attributes: - label: Description of the bug? + label: Describe the bug description: What did you expect to happen? - placeholder: Add detailed bug description here - value: "When doing X, Y occurred. Include as much detail as possible." + placeholder: E.g., When doing X, Y occurred. + value: "" validations: required: true - type: dropdown @@ -30,10 +30,10 @@ body: id: browsers attributes: label: Device type - multiple: true options: - Desktop PC - Steam Deck + default: 0 validations: required: true - type: input