From 013da9ea1c040aa6b41ad55d2e98e52e3fd07686 Mon Sep 17 00:00:00 2001 From: Nate Kidwell Date: Sat, 22 Mar 2025 07:46:36 -0400 Subject: [PATCH] chore: include bun mention in bug.yml (#30306) --- .github/ISSUE_TEMPLATE/1-bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 9049e8cb1e..9f51b1b313 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -60,7 +60,7 @@ body: label: Package Manager Version description: | If `nx report` doesn't work, please provide the name and the version of your package manager. - You can get version information by running `yarn --version`, `pnpm --version` or `npm --version`, depending on the package manager used. + You can get version information by running `PACKAGE_MANAGER --version`, where PACKAGE_MANAGER is any of `yarn`, `pnpm`, `bun` or `npm`, depending on the package manager used. - type: checkboxes id: os attributes: