From b3d6b2b0def90d2a0bcd0be72f95846c90c3a594 Mon Sep 17 00:00:00 2001 From: mobeicanyue <81098819+mobeicanyue@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:47:53 +0800 Subject: [PATCH] =?UTF-8?q?Issue=20=E8=B7=B3=E8=BD=AC=20GitHub=20discussio?= =?UTF-8?q?ns=20(#4090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/question.yml | 12 ------------ 2 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ca47f1751..108673acb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: 问题与讨论 / Questions & Discussions + url: https://github.com/1Panel-dev/1Panel/discussions + about: 提出针对本项目安装部署、使用及其他方面的相关问题 / Raise questions about the installation, deployment, use and other aspects of the project. - name: 对 1Panel 项目有其他问题 url: https://1panel.cn about: 如果想要进一步了解 1Panel 项目,欢迎发送邮件到 support@fit2cloud.com 进行提问。 diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml deleted file mode 100644 index 7d7ea629a..000000000 --- a/.github/ISSUE_TEMPLATE/question.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: 问题咨询 -description: 提出针对本项目安装部署、使用及其他方面的相关问题 -title: "[QUESTION]" -labels: question -assignees: wanghe-fit2cloud -body: - - type: textarea - id: description - attributes: - label: "请描述您的问题" - validations: - required: true \ No newline at end of file