diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b7b378a3..b95aab13 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,10 +21,10 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Examples** -Please create a small example of the bug. -To do this you can use online platforms like [JSFiddle](https://jsfiddle.net/), [CodeSandbox](https://codesandbox.io/) or [StackBlitz](https://stackblitz.com/). You can also create a separate Github repository which I can clone. +Please create a minimal reproduction example of the bug. +To do this you can use online platforms like https://stackblitz.com, https://jsfiddle.net or https://codesandbox.io. You can also create a separate Github repository which I can clone. -As a starting point you could use one of these templates: +As a starting point you could use one of the following templates: - Vanilla Javascript: https://stackblitz.com/edit/vitejs-vite-bv459t - React: https://stackblitz.com/edit/vitejs-vite-ou12p3 - Vue: https://stackblitz.com/edit/vitejs-vite-8bbg5d