From 31aa659d87868233ecf1018b5f951577f68cea87 Mon Sep 17 00:00:00 2001 From: QingFeng-awa Date: Tue, 4 Aug 2026 14:10:20 +0800 Subject: [PATCH] fix: remove invalid file types --- .github/ISSUE_TEMPLATE/bug-report_en.yml | 2 +- .github/ISSUE_TEMPLATE/bug-report_zh.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report_en.yml b/.github/ISSUE_TEMPLATE/bug-report_en.yml index d5224c9872..7dc5c62a80 100644 --- a/.github/ISSUE_TEMPLATE/bug-report_en.yml +++ b/.github/ISSUE_TEMPLATE/bug-report_en.yml @@ -76,7 +76,7 @@ body: Other supplementary information related to the issue, such as reproduction videos or complete log files. Please upload images in the description.
If the logs you want to provide are too long to fit in the previous field, you can paste only the key logs there and upload the complete log file here. validations: - accept: ".txt,.log,.mp4,.mov,.webm,.zip,.gz,.tar.gz" + accept: ".txt,.log,.mp4,.mov,.webm,.zip,.gz" - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/bug-report_zh.yml b/.github/ISSUE_TEMPLATE/bug-report_zh.yml index 6515e1204d..487b3dc31d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug-report_zh.yml @@ -75,7 +75,7 @@ body: 与问题相关的其他辅助信息,例如复现视频、完整日志文件。图片请在问题描述中上传。
如果您要提供的日志过长以至不适合直接填写到上一栏,您可以选择只在上一栏贴关键日志,将完整的日志文件上传到这里。 validations: - accept: ".txt,.log,.mp4,.mov,.webm,.zip,.gz,.tar.gz" + accept: ".txt,.log,.mp4,.mov,.webm,.zip,.gz" - type: checkboxes attributes: