feat: 优化问题反馈模板内容
This commit is contained in:
parent
541ba0ceb7
commit
f91271a3a0
1 changed files with 12 additions and 1 deletions
13
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
13
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -10,6 +10,8 @@ body:
|
|||
options:
|
||||
- label: 我正在使用待办的最新版本 / I am using the latest version of To Do
|
||||
required: true
|
||||
- label: 确认没有之前相似或重复的问题(若重复会直接关闭) / Confirm that there are no similar or duplicate issues previously raised (if duplicate, the issue will be closed directly)
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: version-variant
|
||||
|
|
@ -76,6 +78,15 @@ body:
|
|||
validations:
|
||||
required: false
|
||||
|
||||
- type: input
|
||||
id: brand-model
|
||||
attributes:
|
||||
label: 品牌及型号 / Brand & Model
|
||||
description: 在这里输入设备的品牌及型号
|
||||
placeholder: 例如:Google Pixel 8 Pro / e.g. Google Pixel 8 Pro
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: system
|
||||
attributes:
|
||||
|
|
@ -100,4 +111,4 @@ body:
|
|||
label: 附加信息 / Additional context
|
||||
description: 任何有关你反馈的问题的附加信息都可以写在这里 / Any additional information related to your feedback can be provided here
|
||||
validations:
|
||||
required: false
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue