From a4e63c0affe338eb1a68208f936036ce836aa2c9 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Fri, 3 Mar 2023 12:43:23 -0500 Subject: [PATCH] chore(github): add "package manager" dropdown to bug report template Signed-off-by: Lexus Drumgold --- .dictionary.txt | 1 + .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/.dictionary.txt b/.dictionary.txt index e97c1edb..d10fb691 100644 --- a/.dictionary.txt +++ b/.dictionary.txt @@ -25,6 +25,7 @@ npmrc nvmrc pathe pkgs +pnpm preid syncer unist diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 79ffd08d..0f3fb1ac 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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