From 81aa0a8d996c961bcae5c81a8202a418bf0c1136 Mon Sep 17 00:00:00 2001 From: Zkitefly Date: Sun, 15 Mar 2026 10:25:47 +0800 Subject: [PATCH 1/2] Add issue template configuration for Gitee --- .gitee/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/config.yml diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..c10b7c3d1b --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: QQ 群 + url: https://docs.hmcl.net/groups.html + about: Hello Minecraft! Launcher 的官方 QQ 交流群。 + - name: Discord 服务器 + url: https://discord.gg/jVvC7HfM6U + about: Hello Minecraft! Launcher 的官方 Discord 服务器。 From 4fd920e5c3a293de908f69174ecd24a4751defcf Mon Sep 17 00:00:00 2001 From: Zkitefly Date: Mon, 16 Mar 2026 08:46:11 +0800 Subject: [PATCH 2/2] Remove Discord server link from config.yml Removed Discord server contact link from issue template. --- .gitee/ISSUE_TEMPLATE/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml index c10b7c3d1b..c6ec474b51 100644 --- a/.gitee/ISSUE_TEMPLATE/config.yml +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ contact_links: - name: QQ 群 url: https://docs.hmcl.net/groups.html about: Hello Minecraft! Launcher 的官方 QQ 交流群。 - - name: Discord 服务器 - url: https://discord.gg/jVvC7HfM6U - about: Hello Minecraft! Launcher 的官方 Discord 服务器。