diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 18e9184..5dd2e08 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -71,6 +71,17 @@ body: - label: "Linux" - label: "iOS/iPadOS" - label: "Android" + - type: dropdown + id: package-manager + attributes: + label: Package Manager + description: What package manager is your project set up with? + options: + - NPM + - Yarn + - PNPM + - Other/I don't know + default: 0 - type: "textarea" id: "additional-information" attributes: