From 863829bb4102ec4859d587a6e86559b9778eed81 Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Sat, 7 Mar 2026 11:15:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(ISSUE=5FTEMPLATE):=E4=B8=BA=E8=AE=AE?= =?UTF-8?q?=E9=A2=98=E6=A8=A1=E6=9D=BF(.yml)=E6=B7=BB=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=87=E4=BB=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于.md模板可以直接上传,故未添加 Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-bug_report.yml | 7 +++++++ .github/ISSUE_TEMPLATE/02-feature_request.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-bug_report.yml b/.github/ISSUE_TEMPLATE/01-bug_report.yml index 6b76303f..98f56b0b 100644 --- a/.github/ISSUE_TEMPLATE/01-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug_report.yml @@ -57,3 +57,10 @@ body: description: 其他相关信息(如日志文件、崩溃日志文件、配置文件、特殊环境等)| Any other context, logs, crash logs, configs, special environment, etc. validations: required: false + - type: upload + id: files + attributes: + label: 上传有关文件 | Upload relevant files + description: "你可以在此处上传相关文件 | You can upload relevant files here." + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/02-feature_request.yml b/.github/ISSUE_TEMPLATE/02-feature_request.yml index 1cf069c2..1853437d 100644 --- a/.github/ISSUE_TEMPLATE/02-feature_request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature_request.yml @@ -35,3 +35,10 @@ body: description: 其他补充说明或建议 | Any other context or suggestions validations: required: false + - type: upload + id: files + attributes: + label: 上传有关文件 | Upload relevant files + description: "你可以在此处上传相关文件 | You can upload relevant files here." + validations: + required: false