From 1b1837f303e6e46c5b575208954f70a4eaf2941f Mon Sep 17 00:00:00 2001 From: KMnO4-zx <1021385881@qq.com> Date: Wed, 4 Jun 2025 22:09:35 +0800 Subject: [PATCH] =?UTF-8?q?ci(issue=5Ftemplate):=20=E5=B0=86=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=8F=8D=E9=A6=88=E6=A8=A1=E6=9D=BF=E4=BB=8Emarkdown?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=B0yaml=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 迁移问题反馈模板至yaml格式以利用GitHub表单功能,提升用户体验 --- .github/ISSUE_TEMPLATE/{book_issue.md => book_issue.yml} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{book_issue.md => book_issue.yml} (98%) diff --git a/.github/ISSUE_TEMPLATE/book_issue.md b/.github/ISSUE_TEMPLATE/book_issue.yml similarity index 98% rename from .github/ISSUE_TEMPLATE/book_issue.md rename to .github/ISSUE_TEMPLATE/book_issue.yml index 0240219..07419fd 100644 --- a/.github/ISSUE_TEMPLATE/book_issue.md +++ b/.github/ISSUE_TEMPLATE/book_issue.yml @@ -1,4 +1,3 @@ ---- name: Happy-LLM 问题反馈 / Textbook Issue Report description: 报告 Happy-LLM 中的代码/内容问题 / Report code/content issues in textbook title: "[问题/Issue] 章节X.X:简短问题描述 / ChapterX.X: Brief description" @@ -64,5 +63,4 @@ 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