From 52ebcdd0a3bb33c7366a37bd9cde198b9fd91eec Mon Sep 17 00:00:00 2001 From: KMnO4-zx <1021385881@qq.com> Date: Wed, 4 Jun 2025 22:12:54 +0800 Subject: [PATCH] =?UTF-8?q?docs(.github):=20=E6=B7=BB=E5=8A=A0ISSUE=5FTEMP?= =?UTF-8?q?LATE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 初始化GitHub issue模板配置,禁用空白issue并添加文档和反馈链接 --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..832a5ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 📚 Happy-LLM 教程文档 + url: https://github.com/datawhalechina/happy-llm + about: 查看完整的 Happy-LLM 教程文档和代码示例 + - name: 🐛 快速反馈 / Quick Feedback + url: https://github.com/datawhalechina/happy-llm/issues/new?template=book_issue.yml + about: 快速报告教程中的问题 / Quickly report issues in the tutorial \ No newline at end of file