Skip to content

Commit

Permalink
chore(github): add "package manager" dropdown to bug report template
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Dec 28, 2022
1 parent 38cd316 commit 7e37201
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ body:
validations:
required: true
- id: package-manager
type: dropdown
attributes:
label: Package manager
description: Provide the package manager that you are using
options:
- npm
- other
- pnpm
- yarn
validations:
required: true
- id: package-manager-version
type: input
attributes:
label: Package manager version
Expand Down

0 comments on commit 7e37201

Please sign in to comment.