chore: include bun mention in bug.yml (#30306)

This commit is contained in:
Nate Kidwell 2025-03-22 07:46:36 -04:00 committed by GitHub
parent 1c238c0a74
commit 013da9ea1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ body:
label: Package Manager Version label: Package Manager Version
description: | description: |
If `nx report` doesn't work, please provide the name and the version of your package manager. 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 - type: checkboxes
id: os id: os
attributes: attributes: