From 224bb95c1601cc92cad9da0854e206dd255edd3c Mon Sep 17 00:00:00 2001 From: KMnO4-zx <1021385881@qq.com> Date: Thu, 5 Jun 2025 15:45:39 +0800 Subject: [PATCH] =?UTF-8?q?docs(.github):=20=E4=BF=AE=E6=94=B9=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=8F=8D=E9=A6=88=E6=A8=A1=E6=9D=BF=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E4=BB=8E'bug'=E5=88=B0'documentation'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新ISSUE_TEMPLATE中的默认标签,以更准确地反映问题反馈类型 --- .github/ISSUE_TEMPLATE/book_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/book_issue.yml b/.github/ISSUE_TEMPLATE/book_issue.yml index 07419fd..1da3e50 100644 --- a/.github/ISSUE_TEMPLATE/book_issue.yml +++ b/.github/ISSUE_TEMPLATE/book_issue.yml @@ -1,7 +1,7 @@ name: Happy-LLM 问题反馈 / Textbook Issue Report description: 报告 Happy-LLM 中的代码/内容问题 / Report code/content issues in textbook title: "[问题/Issue] 章节X.X:简短问题描述 / ChapterX.X: Brief description" -labels: ["bug", "需要审核/needs-review"] +labels: ["documentation", "需要审核/needs-review"] body: - type: markdown attributes: