From 8ff01f91e4503cb9baaa600ddb293f75702b0c76 Mon Sep 17 00:00:00 2001 From: xuanhun <717532978@qq.com> Date: Mon, 13 Oct 2025 18:13:15 +0800 Subject: [PATCH] feat: update bugreport metthod --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- .github/ISSUE_TEMPLATE/feaure_request.yml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8abfd99f24..e1f5cf2281 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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. @@ -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) diff --git a/.github/ISSUE_TEMPLATE/feaure_request.yml b/.github/ISSUE_TEMPLATE/feaure_request.yml index 0f65b10864..02d03cbdf5 100644 --- a/.github/ISSUE_TEMPLATE/feaure_request.yml +++ b/.github/ISSUE_TEMPLATE/feaure_request.yml @@ -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.