Skip to content

Commit d188356

Browse files
committed
chore: Add other frameworks in issue template
1 parent bc01316 commit d188356

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ labels: bug
66
assignees: ''
77
---
88

9-
<!-- Please read and follow the issue template. Issues submitted without a reproduction and context will take longer to resolve. -->
9+
<!--
10+
Please read and follow the issue template.
11+
Issues submitted without a reproduction and context
12+
will take longer to resolve.
13+
-->
1014

1115
## Context
1216

@@ -16,19 +20,24 @@ What's your version of `nuqs`?
1620
-> Paste result from `cat package.json | grep -e nuqs` here
1721
```
1822

19-
Next.js information (obtained by running `next info`):
23+
What framework are you using?
2024

21-
```
22-
-> Paste result from `next info` here
23-
```
25+
<!-- Keep whichever is relevant (✅: used, ❌ not used) -->
2426

25-
Are you using:
27+
- ✅/❌ Next.js (app router)
28+
- ✅/❌ Next.js (pages router)
29+
- ✅/❌ React SPA (no router)
30+
- ✅/❌ Remix
31+
- ✅/❌ React Router
32+
- ✅/❌ Other (please specify)
2633

27-
<!-- Keep whichever is relevant (✅: used, ❌ not used) -->
34+
Which version of your framework are you using?
2835

29-
- ✅/❌ The app router
30-
- ✅/❌ The pages router
31-
- ✅/❌ The `basePath` option in your Next.js config
36+
<!-- Note: Next.js information can obtained by running `next info` -->
37+
38+
```
39+
-> Paste the relevant framework versions from your package.json here
40+
```
3241

3342
## Description
3443

0 commit comments

Comments
 (0)