From 3c7d5056c3bd5cd857ac7c6669bfbc1fe860d36d Mon Sep 17 00:00:00 2001 From: Jesse Gibson Date: Sat, 4 Oct 2025 22:16:08 -0400 Subject: [PATCH] Add bun as a package manager option I recently submitted a new issue relating to the bun runtime which has its own package manager. There was no option for bun in the template. --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0bbf26e7b..facec059a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -40,6 +40,7 @@ body: - npm - yarn - pnpm + - bun validations: required: true - type: textarea