Skip to content

Commit

Permalink
docs: add https:// to bug report (#439)
Browse files Browse the repository at this point in the history
* fix: add `https://` to bug report

without this, github thinks the link is local and trys to navigate to non-existing page

* chore: State that pre-configured project is Stackblitz one
  • Loading branch information
scarf005 committed Dec 9, 2022
1 parent 932dfa4 commit 484af7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
description: |
Which website or app were you using when the bug happened?
Note:
- Please provide a link via our [pre-configured project](stackblitz.com/github/tanstack/router/tree/beta/examples/react/quickstart?file=src%2Fmain.tsx) or a link to a repo that can reproduce the issue.
- Please provide a link via our pre-configured [Stackblitz project](https://stackblitz.com/github/tanstack/router/tree/beta/examples/react/quickstart?file=src%2Fmain.tsx) or a link to a repo that can reproduce the issue.
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `react-router` npm package / dependency.
- To create a shareable code example you can use Stackblitz. Please no localhost URLs.
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Expand Down

0 comments on commit 484af7f

Please sign in to comment.