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 Mar 3, 2023
1 parent bec49b3 commit a4e63c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ npmrc
nvmrc
pathe
pkgs
pnpm
preid
syncer
unist
Expand Down
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: Package manager 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 a4e63c0

Please sign in to comment.