From d0458cf769f6efeedb89cf9d85897e4d13148ee1 Mon Sep 17 00:00:00 2001 From: SessionHu <102411014+SessionHu@users.noreply.github.com> Date: Sun, 4 May 2025 23:36:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(ISSUE=5FTEMPLATE):=20=E5=BC=BA=E8=B0=83?= =?UTF-8?q?=E8=B4=A1=E7=8C=AE=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/2-update-request.yml | 4 ++-- .github/ISSUE_TEMPLATE/3-mistake-report.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-update-request.yml b/.github/ISSUE_TEMPLATE/2-update-request.yml index 4b62189..cc2a1fc 100644 --- a/.github/ISSUE_TEMPLATE/2-update-request.yml +++ b/.github/ISSUE_TEMPLATE/2-update-request.yml @@ -8,7 +8,7 @@ body: attributes: label: "提交前请确认" options: - - label: "我已确认文档中相关内容存在错误或不足,且 Issues、Pull Requests 中无相关提交" + - label: "我已阅读贡献指南, 已确认文档中相关内容存在错误或不足,且 Issues、Pull Requests 中无相关提交" required: true - type: input id: document_link @@ -26,4 +26,4 @@ body: label: "更新内容" description: "请指出原文档中与最新 API 行为不符之处,并附上已知的最新改动和验证信息" validations: - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/3-mistake-report.yml b/.github/ISSUE_TEMPLATE/3-mistake-report.yml index dc119aa..ba96ac0 100644 --- a/.github/ISSUE_TEMPLATE/3-mistake-report.yml +++ b/.github/ISSUE_TEMPLATE/3-mistake-report.yml @@ -8,7 +8,7 @@ body: attributes: label: "提交前请确认" options: - - label: "我已确认文档中的错误存在,且 Issues、Pull Requests 中无相同修正" + - label: "我已阅读贡献指南, 已确认文档中有错误存在,且 Issues、Pull Requests 中无相同修正" required: true - label: "我已验证修正内容的正确性" required: false @@ -34,7 +34,7 @@ body: - "参数错误" - "响应数据结构或响应示例错误" - "描述性内容错误(如拼写/流程说明)" - - "接口已弃用下线" + - "接口已弃用或下线" - "其他(请在下文说明)" validations: required: true @@ -61,4 +61,4 @@ body: label: "修正方案" description: "如果可以,请提供修正后的内容,如有多个修正点请编号列出" validations: - required: false \ No newline at end of file + required: false