Skip to content

Commit

Permalink
chore: tweak issue template description
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Nov 29, 2021
1 parent e12f8c0 commit 6a94527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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 [[email protected]](mailto:[email protected]). And don't forget to subscribe our [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project.
Expand Down

0 comments on commit 6a94527

Please sign in to comment.