Skip to content

Commit

Permalink
feat(repo): add pm version field to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Aug 16, 2023
1 parent b749b47 commit d6bcd02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d6bcd02

Please sign in to comment.