Skip to content

Commit

Permalink
doc: Issue template: Point to latest examples (#7878)
Browse files Browse the repository at this point in the history
* Issue template: Point to latest examples

* Update a couple of example versions
  • Loading branch information
IanVS committed Aug 9, 2024
1 parent 5c4f88d commit 59a6d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body:
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
- To stub out real api requests - Promise.resolve and Promise.reject are good options for easy reproduction
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://tanstack.com/query/v4/docs/examples/react/simple
- Feel free to fork any of the official examples to reproduce your issue: https://tanstack.com/query/latest/docs/framework/react/examples/simple
- For React Native, you can use: https://snack.expo.dev/
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
Expand Down Expand Up @@ -115,7 +115,7 @@ body:
description: |
Please let us know the exact version of TanStack Query you were using when the issue occurred. Please don't just put in "latest", as this is subject to change.
placeholder: |
e.g. v3.30.1
e.g. v5.51.9
validations:
required: true
- type: input
Expand All @@ -125,7 +125,7 @@ body:
description: |
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
placeholder: |
e.g. v4.5.4
e.g. v5.5.4
- type: textarea
id: additional
attributes:
Expand Down

0 comments on commit 59a6d3d

Please sign in to comment.