Skip to content

Commit a94ed38

Browse files
authored
chore: Add optional "dependencies" textarea to issue template [ci skip] (#4758)
1 parent ac1bec7 commit a94ed38

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ body:
4747
description: Output of `npx envinfo --system --binaries --browsers`
4848
render: shell
4949
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+
}
5061
- type: textarea
5162
id: steps-to-reproduce
5263
attributes:

0 commit comments

Comments
 (0)