From 73ee82902133aff82437bc88634b306dd41d14e8 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sun, 13 Jul 2025 20:20:26 +0800 Subject: [PATCH] =?UTF-8?q?ci(issue=5Ftemplate):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=A8=A1=E6=9D=BF=E9=85=8D=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=95=B0=E6=8D=AE=E5=BA=93=E5=87=AD=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将问题模板从联系链接改为具体的Bug报告和功能请求模板 添加数据库、SMTP和管理员的密码配置 --- .github/ISSUE_TEMPLATE/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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