Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ body:
与问题相关的其他辅助信息,例如复现视频、完整日志文件。图片请在问题描述中上传。<br>
如果您要提供的日志过长以至不适合直接填写到上一栏,您可以选择只在上一栏贴关键日志,将完整的日志文件上传到这里。
validations:
accept: ".txt,.log,.mp4,.mov,.webm,.zip,.gz,.tar.gz"
accept: ".txt,.log,.mp4,.mov,.webm,.zip,.gz"

- type: checkboxes
attributes:
Expand Down
Loading