From 1bda9e59da4fdeaa9036364ce9d407df966587af Mon Sep 17 00:00:00 2001 From: pissang Date: Mon, 29 Nov 2021 14:49:35 +0800 Subject: [PATCH 1/2] fix typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 57787585cd..53dd6a4eae 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: Report your bug to Apache ECharts -title: "[Bug]: " +title: "[Bug] " labels: [bug] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 01c71bf6c5..4460afdd13 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request -description: File a bug/issue -title: "[Feature]: " +description: Request a new Feature to Apache ECharts +title: "[Feature] " labels: [new-feature] body: - type: markdown From e12f8c0325d69c36d41cc6c3f0f87830b293a86e Mon Sep 17 00:00:00 2001 From: pissang Date: Mon, 29 Nov 2021 14:54:19 +0800 Subject: [PATCH 2/2] chore: fix typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 53dd6a4eae..77afe7ab84 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Report your bug to Apache ECharts +description: Report a Bug to Apache ECharts title: "[Bug] " labels: [bug] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 4460afdd13..375572bfa3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: Feature Request -description: Request a new Feature to Apache ECharts +description: Request a New Feature from Apache ECharts title: "[Feature] " labels: [new-feature] body: