From f91271a3a0103d64ea1eaacdf71ea5d727cb9461 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Sun, 16 Mar 2025 17:09:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E6=A8=A1=E6=9D=BF=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 40a0279..3741ff8 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 \ No newline at end of file + required: false