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