From 348fa4defec2429f6aeaf3e6aeeefa9ba3922140 Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Mon, 20 Feb 2023 15:01:48 -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 fa4e9c70..4524e7cb 100644 --- a/.dictionary.txt +++ b/.dictionary.txt @@ -28,6 +28,7 @@ nvmrc ohmyzsh pathe pkgs +pnpm preid syncer unstub 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