You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/11/29 07:16:55 UTC

[echarts] branch master updated: chore: tweak issue template description

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a94527  chore: tweak issue template description
     new a9b08aa  Merge pull request #16130 from pissang/master
6a94527 is described below

commit 6a9452764bb32dd3ad2bb60c810f4f59fb94f08c
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Nov 29 15:10:04 2021 +0800

    chore: tweak issue template description
---
 .github/ISSUE_TEMPLATE/bug_report.yml      | 8 ++++----
 .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 77afe7a..35ff64d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,12 +1,12 @@
 name: Bug Report
-description: Report a Bug to Apache ECharts
+description: Report a bug to Apache ECharts
 title: "[Bug] "
 labels: [bug]
 body:
 - type: markdown
   attributes:
     value: |
-      The issue list is reserved exclusively for bug reports.
+      The issue list is reserved exclusively for bug reports and feature requests.
 
       For usage questions, please use the following resources:
 
@@ -53,8 +53,8 @@ body:
       What do we need to do after opening your repro in order to make the bug happen? Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner. Note that you can use [Markdown](https://guides.github.com/features/mastering-markdown/) to format lists and code.
 
     placeholder: |
-      1. How do you create your chart.
-      2. What's the echarts option you are using.
+      1. How do you create the chart.
+      2. What's the chart option
       3. User interactions before the error happens.
 
   validations:
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 375572b..7198843 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,17 +1,17 @@
 name: Feature Request
-description: Request a New Feature from Apache ECharts
+description: Request a new feature from Apache ECharts
 title: "[Feature] "
 labels: [new-feature]
 body:
 - type: markdown
   attributes:
     value: |
-      The issue list is reserved exclusively feature requests.
+      The issue list is reserved exclusively for bug reports and feature requests.
 
       For usage questions, please use the following resources:
 
       - Read the [docs](http://echarts.apache.org/option.html)
-      - Find in [examples](https://ecomfe.github.io/echarts-examples/public/index.html)
+      - Find in [examples](https://echarts.apache.org/examples/)
       - Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/echarts)
 
       For non-technical support or general questions, you can email [dev@echarts.apache.org](mailto:dev@echarts.apache.org). And don't forget to subscribe our [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org