diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index cf1156ad..ea785e10 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -84,7 +84,19 @@ body: attributes: label: "Minimal Repro / 最小复现" description: "Share a repository, gist, code snippet, or explain why a minimal repro is not yet available. / 提供仓库、gist、代码片段,或说明暂时无法提供的原因。" + placeholder: | + Please provide one of the following: + - A GitHub repository or sample project + - A gist or focused code snippet + - Or explain why a minimal repro is not yet available + + 请提供以下任一内容: + - GitHub 仓库或示例项目 + - Gist 或聚焦代码片段 + - 或说明暂时无法提供最小复现的原因 render: shell + validations: + required: true - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/04-question.yml b/.github/ISSUE_TEMPLATE/04-question.yml index f9980881..01dba19c 100644 --- a/.github/ISSUE_TEMPLATE/04-question.yml +++ b/.github/ISSUE_TEMPLATE/04-question.yml @@ -61,4 +61,6 @@ body: id: environment attributes: label: "Relevant Environment / 相关环境" - description: "Include versions or project context if that changes the answer. / 如果版本或项目上下文会影响答案,请补充。" + description: "Include the framework version, runtime, engine version, or project context. If not applicable, write N/A. / 请补充框架版本、运行时、引擎版本或项目上下文;如不适用请填写 N/A。" + validations: + required: true