|
| 1 | +name: '🐛 Bug report' |
| 2 | +description: Report a reproducible bug or regression |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + Thank you for reporting an issue :pray:. |
| 8 | +
|
| 9 | + This issue tracker is for reporting reproducible bugs or regression's found in [TanStack Form](https://github.com/TanStack/form) |
| 10 | + If you have a question about how to achieve something and are struggling, please post a question |
| 11 | + inside of TanStack Form's [Discussions tab](https://github.com/TanStack/form/discussions) |
| 12 | +
|
| 13 | + Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: |
| 14 | + - TanStack Form's [Discussions tab](https://github.com/TanStack/form/discussions) |
| 15 | + - TanStack Form's [Open Issues](https://github.com/TanStack/form/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) |
| 16 | + - TanStack Form's [Closed Issues](https://github.com/TanStack/form/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) |
| 17 | +
|
| 18 | + The more information you fill in, the better the community can help you. |
| 19 | + - type: textarea |
| 20 | + id: description |
| 21 | + attributes: |
| 22 | + label: Describe the bug |
| 23 | + description: Provide a clear and concise description of the challenge you are running into. |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + - type: input |
| 27 | + id: link |
| 28 | + attributes: |
| 29 | + label: Your minimal, reproducible example |
| 30 | + description: | |
| 31 | + Please add a link to a minimal reproduction. |
| 32 | + Note: |
| 33 | + - Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React/Solid/Vue/Svelte. |
| 34 | + - To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/). |
| 35 | + - Please make sure the example is complete and runnable - e.g. avoid localhost URLs. |
| 36 | + - 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/form/v4/docs/examples/react/simple |
| 38 | + - For React Native, you can use: https://snack.expo.dev/ |
| 39 | + - For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play |
| 40 | + - Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve. |
| 41 | + placeholder: | |
| 42 | + e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground |
| 43 | + validations: |
| 44 | + required: true |
| 45 | + - type: textarea |
| 46 | + id: steps |
| 47 | + attributes: |
| 48 | + label: Steps to reproduce |
| 49 | + description: Describe the steps we have to take to reproduce the behavior. |
| 50 | + placeholder: | |
| 51 | + 1. Go to '...' |
| 52 | + 2. Click on '....' |
| 53 | + 3. Scroll down to '....' |
| 54 | + 4. See error |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: textarea |
| 58 | + id: expected |
| 59 | + attributes: |
| 60 | + label: Expected behavior |
| 61 | + description: Provide a clear and concise description of what you expected to happen. |
| 62 | + placeholder: | |
| 63 | + As a user, I expected ___ behavior but i am seeing ___ |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + - type: dropdown |
| 67 | + attributes: |
| 68 | + label: How often does this bug happen? |
| 69 | + description: | |
| 70 | + Following the repro steps above, how easily are you able to reproduce this bug? |
| 71 | + options: |
| 72 | + - Every time |
| 73 | + - Often |
| 74 | + - Sometimes |
| 75 | + - Only once |
| 76 | + - type: textarea |
| 77 | + id: screenshots_or_videos |
| 78 | + attributes: |
| 79 | + label: Screenshots or Videos |
| 80 | + description: | |
| 81 | + If applicable, add screenshots or a video to help explain your problem. |
| 82 | + For more information on the supported file image/file types and the file size limits, please refer |
| 83 | + to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files |
| 84 | + placeholder: | |
| 85 | + You can drag your video or image files inside of this editor ↓ |
| 86 | + - type: textarea |
| 87 | + id: platform |
| 88 | + attributes: |
| 89 | + label: Platform |
| 90 | + description: | |
| 91 | + Please let us know which Operting System, Browser and Browser version you were using when the issue occurred. |
| 92 | + placeholder: | |
| 93 | + - OS: [e.g. macOS, Windows, Linux, iOS, Android] |
| 94 | + - Browser: [e.g. Chrome, Safari, Firefox, React Native] |
| 95 | + - Version: [e.g. 91.1] |
| 96 | + validations: |
| 97 | + required: true |
| 98 | + - type: dropdown |
| 99 | + id: adapter |
| 100 | + attributes: |
| 101 | + label: Tanstack Form adapter |
| 102 | + description: | |
| 103 | + Please let us know which adapter of TanStack Form you were using when the issue occurred. |
| 104 | + options: |
| 105 | + - react-form |
| 106 | + - solid-form |
| 107 | + - svelte-form |
| 108 | + - vue-form |
| 109 | + - vanilla |
| 110 | + - type: input |
| 111 | + id: rq-version |
| 112 | + attributes: |
| 113 | + label: TanStack Form version |
| 114 | + description: | |
| 115 | + Please let us know the exact version of TanStack Form you were using when the issue occurred. Please don't just put in "latest", as this is subject to change. |
| 116 | + placeholder: | |
| 117 | + e.g. v3.30.1 |
| 118 | + validations: |
| 119 | + required: true |
| 120 | + - type: input |
| 121 | + id: ts-version |
| 122 | + attributes: |
| 123 | + label: TypeScript version |
| 124 | + description: | |
| 125 | + If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred. |
| 126 | + placeholder: | |
| 127 | + e.g. v4.5.4 |
| 128 | + - type: textarea |
| 129 | + id: additional |
| 130 | + attributes: |
| 131 | + label: Additional context |
| 132 | + description: Add any other context about the problem here. |
0 commit comments