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 Feb 12, 2023
1 parent da965b7 commit a972b1b
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 @@ -32,6 +32,7 @@ nums
nvmrc
outdirs
pkgs
pnpm
preid
syncer
toodles
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 a972b1b

Please sign in to comment.