Skip to content

Commit b974268

Browse files
docs: add adapter dropdown to issue template (#5108)
1 parent aa2f944 commit b974268

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ body:
9595
- Version: [e.g. 91.1]
9696
validations:
9797
required: true
98+
- type: dropdown
99+
id: adapter
100+
attributes:
101+
label: Tanstack Query adapter
102+
description: |
103+
Please let us know which adapter of TanStack Query you were using when the issue occurred.
104+
options:
105+
- react-query
106+
- solid-query
107+
- svelte-query
108+
- vue-query
109+
- vanilla
98110
- type: input
99111
id: rq-version
100112
attributes:

0 commit comments

Comments
 (0)