From c2007db03a58ada0ce7f58f9c42510ea15e8c116 Mon Sep 17 00:00:00 2001 From: Enes Date: Tue, 26 Mar 2024 21:27:30 +0300 Subject: [PATCH] refactor: update bug report issue template (#2069) Co-authored-by: tomiir --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 534115bbc9..b2e6a1805a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,7 +9,9 @@ body: description: | This should include as little code as possible, and no extraneous dependencies. Do not share your entire project. You should also test your issue against the latest NPM package version(s) to ensure that it hasn't already been resolved. - Sharing a link to a GitHub repository, [Codesandbox](https://codesandbox.io) and/or preview deployment are best. Include any instructions to run the project in the README or the summary field below. + Sharing a link to a GitHub repository or preview deployment are best. Include any instructions to run the project in the README or the summary field below. + + Don't have an available repo/preview to share? You can create online with our [StackBlitz template](https://stackblitz.com/edit/web3modal-next-template) quickly. IF A REPRODUCIBLE DEMO IS NOT PROVIDED, YOUR ISSUE WILL BE CLOSED. [Learn more about creating a minimal reproducible example](https://stackoverflow.com/help/mcve).