We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1bec7 commit a94ed38Copy full SHA for a94ed38
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -47,6 +47,17 @@ body:
47
description: Output of `npx envinfo --system --binaries --browsers`
48
render: shell
49
placeholder: System, Binaries, Browsers
50
+ - type: textarea
51
+ id: dependencies
52
+ attributes:
53
+ label: package.json dependencies
54
+ description: You may add your list of dependencies here as it helps us to investigate your report.
55
+ render: json
56
+ placeholder: |
57
+ {
58
+ "dependencies": {},
59
+ "devDependencies": {},
60
+ }
61
- type: textarea
62
id: steps-to-reproduce
63
attributes:
0 commit comments