docs(.github): 添加ISSUE_TEMPLATE配置文件
初始化GitHub issue模板配置,禁用空白issue并添加文档和反馈链接
This commit is contained in:
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user