From 1b9c053e652006930107b355429f0f9cfa11050a Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sun, 13 Jul 2025 20:17:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=B9=B6=E6=B7=BB=E5=8A=A0GitHub=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加GitHub问题模板配置,禁用空白问题并设置联系链接 更新数据库、SMTP和管理员的密码配置 --- .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..b79335e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +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