From 4f4f35c67fc92cc16fd0452cef02ed546349bdc9 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 28 Nov 2022 09:36:17 +0800 Subject: [PATCH] chore: update issue templates for Halo 2.0 (#2788) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement #### What this PR does / why we need it: 为 Halo 2.0 更新 issue 模板。 #### Special notes for your reviewer: 效果可以查看: - https://github.com/ruibaby/halo/issues/new?assignees=&labels=bug&template=bug_report.zh.yml - https://github.com/ruibaby/halo/issues/new?assignees=&labels=&template=feature_request.zh.yml #### Does this PR introduce a user-facing change? ```release-note None ``` --- .github/ISSUE_TEMPLATE/bug_report.en.yml | 7 ++++--- .github/ISSUE_TEMPLATE/bug_report.zh.yml | 7 ++++--- .github/ISSUE_TEMPLATE/feature_request.en.yml | 1 - .github/ISSUE_TEMPLATE/feature_request.zh.yml | 1 - 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.en.yml b/.github/ISSUE_TEMPLATE/bug_report.en.yml index c4b35434b..c61c0bd69 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.en.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.en.yml @@ -16,18 +16,18 @@ body: required: true attributes: label: What is version of Halo has the issue? - description: "Can be found in backstage management system." - type: dropdown id: database validations: required: true attributes: label: "What database are you using?" - description: "Can be found in backstage management system." options: - H2 + - PostgreSQL - MySQL 5.7 - MySQL 8.x + - MariaDB - Other - type: dropdown id: deployment-method @@ -36,8 +36,9 @@ body: attributes: label: "What is your deployment method?" options: - - Fat Jar - Docker + - Docker Compose + - Fat Jar - type: input id: site-url attributes: diff --git a/.github/ISSUE_TEMPLATE/bug_report.zh.yml b/.github/ISSUE_TEMPLATE/bug_report.zh.yml index 51d5422bf..a960a1c68 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.zh.yml @@ -17,18 +17,18 @@ body: required: true attributes: label: "是什么版本出现了此问题?" - description: "可以在管理后台的关于页面中找到。" - type: dropdown id: database validations: required: true attributes: label: "使用的什么数据库?" - description: "可以在管理后台的关于页面中找到。" options: - H2 + - PostgreSQL - MySQL 5.7 - MySQL 8.x + - MariaDB - Other - type: dropdown id: deployment-method @@ -37,8 +37,9 @@ body: attributes: label: "使用的哪种方式部署?" options: - - Fat Jar - Docker + - Docker Compose + - Fat Jar - type: input id: site-url attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.en.yml b/.github/ISSUE_TEMPLATE/feature_request.en.yml index 8d090c16f..132fb2a0a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.en.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.en.yml @@ -13,7 +13,6 @@ body: id: version attributes: label: "Your current Halo version" - description: "Can be found in backstage management system." - type: markdown id: details attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.zh.yml b/.github/ISSUE_TEMPLATE/feature_request.zh.yml index 30e22ab06..f3ea93eee 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.zh.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.zh.yml @@ -13,7 +13,6 @@ body: id: version attributes: label: "你当前使用的版本" - description: "可以在管理后台的关于页面中找到。" - type: markdown id: details attributes: