diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b79335e..58c21ba 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false -contact_links: - - name: 支持问题 - url: https://example.com/support - about: 对于使用问题,请联系我们的支持团队 - - name: 项目讨论 - url: https://github.com/yourusername/yourapp/discussions - about: 在讨论区提出想法或进行交流 \ No newline at end of file +templates: + - name: Bug报告 + about: 创建一个Bug报告以帮助我们改进 + file: bug_report.yml + - name: 功能请求 + about: 为这个项目提出一个想法 + file: feature_request.yml \ No newline at end of file