feat: 优化问题反馈模板内容

This commit is contained in:
Super12138 2025-03-16 17:09:07 +08:00 committed by GitHub
parent 541ba0ceb7
commit f91271a3a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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