From b1d54ad3b9ec5282688fe92634579ed83065ebbe Mon Sep 17 00:00:00 2001 From: KMnO4-zx <1021385881@qq.com> Date: Wed, 4 Jun 2025 22:07:20 +0800 Subject: [PATCH] =?UTF-8?q?docs(issue=5Ftemplate):=20=E5=9C=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=A8=A1=E6=9D=BF=E4=B8=AD=E6=B7=BB=E5=8A=A0YAML?= =?UTF-8?q?=E5=89=8D=E5=90=8E=E5=88=86=E9=9A=94=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为书籍问题模板文件添加标准的YAML前后分隔符(---),以符合GitHub issue模板的规范格式 --- .github/ISSUE_TEMPLATE/book_issue.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/book_issue.md b/.github/ISSUE_TEMPLATE/book_issue.md index 07419fd..0240219 100644 --- a/.github/ISSUE_TEMPLATE/book_issue.md +++ b/.github/ISSUE_TEMPLATE/book_issue.md @@ -1,3 +1,4 @@ +--- name: Happy-LLM 问题反馈 / Textbook Issue Report description: 报告 Happy-LLM 中的代码/内容问题 / Report code/content issues in textbook title: "[问题/Issue] 章节X.X:简短问题描述 / ChapterX.X: Brief description" @@ -63,4 +64,5 @@ body: description: 请确认以下事项 / Please confirm the following options: - label: 此问题未在过往Issue中被报告过 / This issue hasn't been reported before - required: true \ No newline at end of file + required: true +--- \ No newline at end of file