Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 28 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,46 @@ body:
value: |
Thank you for reporting an issue :pray:.

This issue tracker is for reporting reproducible bugs or regression's found in [agents](https://github.com/tanstack/agents)
This issue tracker is for reporting reproducible bugs or regression's found in [TanStack Intent](https://github.com/tanstack/intent)
If you have a question about how to achieve or implement something and are struggling, please post a question
inside of agents' [Discussions tab](https://github.com/tanstack/agents/discussions) instead of filing an issue.
inside of Intent's [Discussions tab](https://github.com/tanstack/intent/discussions) instead of filing an issue.

Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- TanStack Agents' [Discussions tab](https://github.com/tanstack/agents/discussions)
- TanStack Agents' [Open Issues](https://github.com/tanstack/agents/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
- TanStack Agents' [Closed Issues](https://github.com/tanstack/agents/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed)
- TanStack Intent's [Discussions tab](https://github.com/tanstack/intent/discussions)
- TanStack Intent's [Open Issues](https://github.com/tanstack/intent/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
- TanStack Intent's [Closed Issues](https://github.com/tanstack/intent/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed)

The more information you fill in, the better the community can help you.

- type: input
id: tanstack-agents-version
id: tanstack-intent-version
attributes:
label: TanStack Agents version
label: TanStack Intent version
description: |
- Please let us know the exact version of the TanStack Agents framework adapter that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
- The latest "agents" version is <img alt="" src="https://badgen.net/npm/v/@tanstack/agents" />
- Please let us know the exact version of TanStack Intent that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
- The latest version is <img alt="" src="https://badgen.net/npm/v/@tanstack/intent" />
placeholder: |
e.g. v0.0.1
validations:
required: true

- type: input
id: framework-library-version
id: runtime-version
attributes:
label: Framework/Library version
description: Which framework and what version of that framework are you using?
label: Runtime and version
description: Which runtime are you using to run TanStack Intent, and what version is it? (e.g. Node.js, Bun, Deno)
placeholder: |
e.g. React v19.2.3
e.g. Node.js v20.11.0, Bun v1.1.0, Deno v2.0.0
validations:
required: true

- type: input
id: package-manager-version
attributes:
label: Package manager and version
description: Which package manager are you using? If the runtime also handles package management for your setup, include it here too.
placeholder: |
e.g. pnpm v9.1.0, npm v10.5.0, yarn v4.1.0, Bun v1.1.0
validations:
required: true

Expand All @@ -50,19 +60,17 @@ body:
- type: input
id: link
attributes:
label: Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
label: Your Minimal, Reproducible Example
description: |
Please add a link to a minimal reproduction.
Note:
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
- 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 without prior dependencies and free of unnecessary abstractions
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/agents/tree/main/examples/
- For React Native, you can use: https://snack.expo.dev/
- Your bug may get fixed much faster if we can easily reproduce it.
- A minimal GitHub repo with steps to reproduce is ideal.
- A sample `package.json` with shell commands to reproduce the issue is also helpful.
- 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.
placeholder: |
e.g. Code Sandbox, Stackblitz, TypeScript Playground, etc.
e.g. GitHub repo, TypeScript Playground, etc.
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: 🤔 Feature Requests & Questions
url: https://github.com/TanStack/pacer/discussions
url: https://github.com/TanStack/intent/discussions
about: Please ask and answer questions here.
- name: 💬 Community Chat
url: https://discord.gg/mQd7egN
Expand Down
Loading