diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 57787585cd..77afe7ab84 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]: " +description: Report a Bug to Apache ECharts +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..375572bfa3 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 from Apache ECharts +title: "[Feature] " labels: [new-feature] body: - type: markdown