Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve issue template description #16130

Merged
merged 1 commit into from
Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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