From f14b79196861fbc5df4527eb6de2ae512dccfde5 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Fri, 21 Feb 2025 21:05:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E6=9D=BF=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1dccd5f..0597c95 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -47,7 +47,7 @@ body: validations: required: true - type: textarea - id: reproduce-steps + id: expected-behavior attributes: label: 预期行为 / Expected behavior description: 简单描述一下你任务如果没有这个问题应用应该怎么运作 / A clear and concise description of what you expected to happen. @@ -74,12 +74,16 @@ body: label: 系统 / System description: 在这里输入你的系统 / Enter your system here placeholder: 例如:HarmonyOS 4.2,MagicOS 9,OneUI 7 / e.g. HarmonyOS 4.2, MagicOS 9, OneUI 7 + validations: + required: true - type: input id: android-version attributes: label: Android 版本 / Android Version description: 在这里输入你的 Android 版本 / Enter your Android version here placeholder: 例如:Android 15 / e.g. Android 15 + validations: + required: true - type: textarea id: additional-context attributes: