Skip to content

Commit

Permalink
chore: Add optional "dependencies" textarea to issue template [ci ski…
Browse files Browse the repository at this point in the history
…p] (#4758)
  • Loading branch information
davidmatter authored Aug 30, 2024
1 parent ac1bec7 commit a94ed38
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ body:
description: Output of `npx envinfo --system --binaries --browsers`
render: shell
placeholder: System, Binaries, Browsers
- type: textarea
id: dependencies
attributes:
label: package.json dependencies
description: You may add your list of dependencies here as it helps us to investigate your report.
render: json
placeholder: |
{
"dependencies": {},
"devDependencies": {},
}
- type: textarea
id: steps-to-reproduce
attributes:
Expand Down

0 comments on commit a94ed38

Please sign in to comment.