Skip to content

Commit 2016ee6

Browse files
committed
chore(repo): Update ISSUE_TEMPLATE for bug reporting
1 parent c1f6041 commit 2016ee6

1 file changed

Lines changed: 22 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,33 @@ labels: 'Status: Triage'
3232
- [ ] `build/tooling/chore`
3333
- [ ] other:
3434

35-
### Version:
35+
### Dependencies + versions
36+
37+
Provide a json with the dependencies used in your project (copy paste from yarn.lock / package-lock.json) or a github project / template that reproduces the issue.
38+
39+
**Please remember to include the `@clerk/*` packages and their versions!!**
40+
41+
Example:
42+
43+
```json
44+
{
45+
"dependencies": {
46+
"react": "18.2.0"
47+
},
48+
"devDependencies": {
49+
"@clerk/types": "3.31.0",
50+
"@clerk/clerk-react": "4.13.0"
51+
},
52+
"peerDependencies": {
53+
"react": "18.2.0"
54+
}
55+
}
3656

37-
```
38-
0.0.0
3957
```
4058

4159
### Browser/OS
4260

43-
If applicable e.g. `Chrome latest`
61+
If applicable e.g. `Chrome {version}`, `Node {version}` , `Bun {version}` , `Cloudflare worker {version}`
4462

4563
## Description
4664

0 commit comments

Comments
 (0)