fix: 模板格式错误
This commit is contained in:
parent
53a71ca889
commit
f14b791968
1 changed files with 5 additions and 1 deletions
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue