Skip to content

Commit 59a6d3d

Browse files
authored
doc: Issue template: Point to latest examples (#7878)
* Issue template: Point to latest examples * Update a couple of example versions
1 parent 5c4f88d commit 59a6d3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ body:
3434
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
3535
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
3636
- To stub out real api requests - Promise.resolve and Promise.reject are good options for easy reproduction
37-
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://tanstack.com/query/v4/docs/examples/react/simple
37+
- Feel free to fork any of the official examples to reproduce your issue: https://tanstack.com/query/latest/docs/framework/react/examples/simple
3838
- For React Native, you can use: https://snack.expo.dev/
3939
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
4040
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
@@ -115,7 +115,7 @@ body:
115115
description: |
116116
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.
117117
placeholder: |
118-
e.g. v3.30.1
118+
e.g. v5.51.9
119119
validations:
120120
required: true
121121
- type: input
@@ -125,7 +125,7 @@ body:
125125
description: |
126126
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
127127
placeholder: |
128-
e.g. v4.5.4
128+
e.g. v5.5.4
129129
- type: textarea
130130
id: additional
131131
attributes:

0 commit comments

Comments
 (0)