From 8453e60609488eddc71771a0621d014b65267eac Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Fri, 29 Nov 2024 22:51:42 +0800 Subject: [PATCH] chore: Streamline some issue templates --- .github/ISSUE_TEMPLATE/1_bug_report_cn.yml | 50 ------------------- .../ISSUE_TEMPLATE/2_feature_request_cn.yml | 29 ----------- .github/ISSUE_TEMPLATE/config.yml | 3 -- 3 files changed, 82 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1_bug_report_cn.yml delete mode 100644 .github/ISSUE_TEMPLATE/2_feature_request_cn.yml diff --git a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml b/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml deleted file mode 100644 index 6a7e2ee08..000000000 --- a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml +++ /dev/null @@ -1,50 +0,0 @@ -name: '反馈缺陷' -description: '反馈一个缺陷' -title: '[Bug] ' -assignees: wanghe-fit2cloud -body: - - type: markdown - attributes: - value: "## 联系方式" - - type: input - validations: - required: false - attributes: - label: "联系方式" - description: "可以快速联系到您的方式:交流群号及昵称、邮箱等" - - type: markdown - attributes: - value: "## 环境信息" - - type: input - validations: - required: true - attributes: - label: "1Panel 版本" - description: "登录 1Panel Web 控制台,在页面右下角查看当前版本。" - - type: markdown - attributes: - value: "## 详细信息" - - type: textarea - attributes: - label: "问题描述" - description: "简要描述您碰到的问题" - validations: - required: true - - type: textarea - attributes: - label: "重现步骤" - description: "如何操作可以重现该问题" - validations: - required: true - - type: textarea - attributes: - label: "期待的正确结果" - - type: textarea - attributes: - label: "相关日志输出" - description: "请复制并粘贴任何相关的日志输出。 这将自动格式化为代码,因此无需反引号。" - render: shell - - type: textarea - attributes: - label: "附加信息" - description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" diff --git a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml b/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml deleted file mode 100644 index e315dde16..000000000 --- a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: '功能需求' -description: '提出需求或建议' -title: '[Feature] ' -assignees: wanghe-fit2cloud -body: - - type: markdown - attributes: - value: "## 环境信息" - - type: input - validations: - required: true - attributes: - label: "1Panel 版本" - description: "登录 1Panel Web 控制台,在页面右下角查看当前版本。" - - type: markdown - attributes: - value: "## 详细信息" - - type: textarea - attributes: - label: "请描述您的需求或者改进建议" - validations: - required: true - - type: textarea - attributes: - label: "请描述你建议的实现方案" - - type: textarea - attributes: - label: "附加信息" - description: "如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。" \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2991c6d95..de0844c10 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ 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: 问题与讨论 - url: https://bbs.fit2cloud.com/c/1p/7 - about: 提出针对本项目安装部署、使用及其他方面的相关问题。