feat(repo): add pm version field to issue template (#18647)
This commit is contained in:
parent
cb35efabf1
commit
138ffd6205
7
.github/ISSUE_TEMPLATE/1-bug.yml
vendored
7
.github/ISSUE_TEMPLATE/1-bug.yml
vendored
@ -53,6 +53,13 @@ body:
|
|||||||
label: Failure Logs
|
label: Failure Logs
|
||||||
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks.
|
description: Please include any relevant log snippets or files here. This will be automatically formatted into code, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
|
- type: input
|
||||||
|
id: repo
|
||||||
|
attributes:
|
||||||
|
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.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user