You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The more information you fill in, the better the community can help you.
19
-
20
-
> ⚠️⚠️⚠️ TanStack Ranger v3 is on the horizon with beta builds and v2 is entering
21
-
> an LTS phase and will only be receiving patch-level fixes. If you are experiencing
22
-
> issues in v2 that require minor/feature or major/breaking changes, your issue will
23
-
> be redirected to v8 or possibly even closed if the issue has already been fixed in v3.
24
-
25
19
- type: textarea
26
20
id: description
27
21
attributes:
@@ -32,28 +26,27 @@ body:
32
26
- type: input
33
27
id: link
34
28
attributes:
35
-
label: Your minimal, reproducible example
29
+
label: Your Example Website or App
36
30
description: |
37
-
Please add a link to a minimal reproduction.
31
+
Which website or app were you using when the bug happened?
38
32
Note:
39
-
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
40
-
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
41
-
- Please make sure the example is complete and runnable without prior dependencies and free of unnecessary abstractions
42
-
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/ranger/tree/main/examples/
43
-
- For React Native, you can use: https://snack.expo.dev/
44
-
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
45
-
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
46
-
placeholder: |
47
-
e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground
33
+
- Please provide a link via our pre-configured [Stackblitz project](https://stackblitz.com/github/tanstack/ranger/tree/beta/examples/react/quickstart?file=src%2Fmain.tsx) or a link to a repo that can reproduce the issue.
34
+
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than the `react-ranger` npm package / dependency.
35
+
- To create a shareable code example you can use Stackblitz. Please no localhost URLs.
36
+
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
37
+
placeholder: reproduction URL
48
38
validations:
49
39
required: true
50
40
- type: textarea
51
41
id: steps
52
42
attributes:
53
-
label: Steps to reproduce
43
+
label: Steps to Reproduce the Bug or Issue
54
44
description: Describe the steps we have to take to reproduce the behavior.
55
45
placeholder: |
56
-
1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
46
+
1. Go to '...'
47
+
2. Click on '....'
48
+
3. Scroll down to '....'
49
+
4. See error
57
50
validations:
58
51
required: true
59
52
- type: textarea
@@ -62,20 +55,9 @@ body:
62
55
label: Expected behavior
63
56
description: Provide a clear and concise description of what you expected to happen.
64
57
placeholder: |
65
-
As a user, I expected **_ behavior but i am seeing _**
58
+
As a user, I expected ___ behavior but i am seeing ___
66
59
validations:
67
60
required: true
68
-
- type: dropdown
69
-
attributes:
70
-
options:
71
-
- Every time
72
-
- Often
73
-
- Sometimes
74
-
- Only once
75
-
label: How often does this bug happen?
76
-
description: |
77
-
Following the repro steps above, how easily are you able to reproduce this bug?
78
-
options: - Every time - Often - Sometimes - Only once
79
61
- type: textarea
80
62
id: screenshots_or_videos
81
63
attributes:
@@ -90,42 +72,14 @@ body:
90
72
id: platform
91
73
attributes:
92
74
label: Platform
93
-
description: |
94
-
Please let us know which Operting System, Browser and Browser version you were using when the issue occurred.
Please let us know the exact version of tanstack-ranger you were using when the issue occurred. Please don't just put in "latest", as this is subject to change.
105
-
placeholder: |
106
-
e.g. v3.30.1
75
+
value: |
76
+
- OS: [e.g. macOS, Windows, Linux]
77
+
- Browser: [e.g. Chrome, Safari, Firefox]
78
+
- Version: [e.g. 91.1]
107
79
validations:
108
80
required: true
109
-
- type: input
110
-
id: ts-version
111
-
attributes:
112
-
label: TypeScript version
113
-
description: |
114
-
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
115
-
placeholder: |
116
-
e.g. v4.5.4
117
81
- type: textarea
118
82
id: additional
119
83
attributes:
120
84
label: Additional context
121
85
description: Add any other context about the problem here.
122
-
- type: checkboxes
123
-
id: agrees-to-terms
124
-
attributes:
125
-
label: Terms & Code of Conduct
126
-
description: By submitting this issue, you agree to follow our Code of Conduct and can verify that you have followed the requirements outlined above to the best of your ability.
127
-
options:
128
-
- label: I agree to follow this project's Code of Conduct
129
-
required: true
130
-
- label: I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
0 commit comments