Skip to content
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
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ body:

For usage questions, please use the following resources:

- Read the [docs](https://www.visactor.io/)
- Find in [examples](https://www.visactor.io/)
- Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/visactor)
- Read the [docs](https://www.visactor.io/vchart/guide/tutorial_docs/VChart_Website_Guide)
- Find in [examples](https://www.visactor.io/vchart/example)
- Look for / ask questions on [faq](https://www.visactor.io/vchart/faq/) or ask intelligence assistant on [visactor.com](https://www.visactor.io/vchart)

For non-technical support or general questions, you can email [xuanhun521@126.com](mailto:xuanhun521@126.com).
For non-technical support or general questions, you can email [717532978@qq.com](mailto:717532978@qq.com).

Also try to search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue using the form below instead of commenting on the old issue.

Expand All @@ -41,7 +41,7 @@ body:
attributes:
label: Link to Minimal Reproduction
description: |
If the reproduction does not need a build setup, please provide a link to [JSFiddle](https://jsfiddle.net/pfv0azuc/4/),[CodePen](https://codepen.io/kkxxkk2019/pen/KKrMRqa) or [CodeSandbox](https://codesandbox.io/s/the-template-of-visactor-vchart-vl84ww). If it requires a build setup, you can use [CodeSandbox](https://codesandbox.io/s/the-template-of-visactor-vchart-vl84ww) or provide a GitHub repo.
If the reproduction does not need a build setup, please provide a link to [VChart playground](https://www.visactor.io/vchart/playground) link(use "share" button to get the link),or a GitHub repo.
The reproduction should be **minimal** - i.e. it should contain only the bare minimum amount of code needed to show the bug.
Please do not just fill in a random link. The issue will be closed if no valid reproduction is provided. [Why?](https://antfu.me/posts/why-reproductions-are-required)

Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feaure_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ body:

For usage questions, please use the following resources:

- Read the [docs](https://www.visactor.io/)
- Find in [examples](https://www.visactor.io//)
- Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/visactors)
- Read the [docs](https://www.visactor.io/vchart/guide/tutorial_docs/VChart_Website_Guide)
- Find in [examples](https://www.visactor.io/vchart/example)
- Look for / ask questions on [faq](https://www.visactor.io/vchart/faq/) or ask intelligence assistant on [visactor.com](https://www.visactor.io/vchart)

For non-technical support or general questions, you can email [xuanhun521@126.com](mailto:xuanhun521@126.com).
For non-technical support or general questions, you can email [717532978@qq.com](mailto:717532978@qq.com).

Also try to search for your issue - it may have already been answered or even fixed in the development branch. However, if you find that an old, closed issue still persists in the latest version, you should open a new issue using the form below instead of commenting on the old issue.

Expand Down
Loading