From 6325d097cbd493c78da21b6ad6eb0e2579e8fb82 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Fri, 17 Oct 2025 19:41:31 +0800 Subject: [PATCH] ci: update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/bug-report.zh-CN.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 85ff487c..a674fb0f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -69,5 +69,5 @@ body: id: additional-context attributes: label: Additional context - description: If you are not reporting something obvious, a minimal reproduction repo and related log is required. + description: If you are not reporting something obvious, related log is required. placeholder: Add any other context about the problem here. Especially the issue occurs in certain OS, browser or configuration. diff --git a/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml b/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml index 75e3ec58..c97677f7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.zh-CN.yml @@ -69,5 +69,5 @@ body: id: additional-context attributes: label: 附加上下文 - description: 如果你报告的问题不明显,需要提供最小复现仓库及相关日志。 + description: 如果你报告的问题不明显,需要提供相关日志。 placeholder: 在此添加有关问题的其他上下文信息。特别是问题在特定操作系统、浏览器或配置下出现。