From 138ffd62054f650d3366b3678edca04e8bdc3958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Jona=C5=A1?= Date: Thu, 24 Aug 2023 13:32:01 +0200 Subject: [PATCH] feat(repo): add pm version field to issue template (#18647) --- .github/ISSUE_TEMPLATE/1-bug.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 44e05a68032f7..8cf151931bf5d 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -53,6 +53,13 @@ body: 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. 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 id: os attributes: