Skip to content

Commit

Permalink
Add package manager field to bug reports
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Jun 29, 2024
1 parent abaca55 commit ffec187
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 @@ -71,6 +71,17 @@ body:
- label: "Linux"
- label: "iOS/iPadOS"
- label: "Android"
- type: dropdown
id: package-manager
attributes:
label: Package Manager
description: What package manager is your project set up with?
options:
- NPM
- Yarn
- PNPM
- Other/I don't know
default: 0
- type: "textarea"
id: "additional-information"
attributes:
Expand Down

0 comments on commit ffec187

Please sign in to comment.