Skip to content

Commit

Permalink
refactor: update bug report issue template (#2069)
Browse files Browse the repository at this point in the history
Co-authored-by: tomiir <[email protected]>
  • Loading branch information
enesozturk and tomiir authored Mar 26, 2024
1 parent 832cc6f commit c2007db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit c2007db

Please sign in to comment.