docs(.github): 添加ISSUE_TEMPLATE配置文件

初始化GitHub issue模板配置,禁用空白issue并添加文档和反馈链接
This commit is contained in:
KMnO4-zx
2025-06-04 22:12:54 +08:00
parent 1b1837f303
commit 52ebcdd0a3

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -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