Skip to content

Commit 4c1ad20

Browse files
escapedcatclaude
andcommitted
docs(issue-template): ask for package manager and version
Package manager and install mode — especially Yarn Plug'n'Play vs a node_modules linker — frequently determine module-resolution behavior, but the bug template only collected commitlint/git/node versions. Add a required free-text field so reporters state their package manager and version (and, ideally, the install mode). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8055c2d commit 4c1ad20

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,11 @@ body:
7979
placeholder: vx.x.x
8080
validations:
8181
required: true
82+
- type: input
83+
id: package-manager
84+
attributes:
85+
label: "Package manager & version"
86+
description: Include the install mode too — resolution differs a lot, especially Yarn Plug'n'Play (no node_modules)
87+
placeholder: "e.g. yarn 4.17.0 (Plug'n'Play), pnpm 9.15.0, npm 10.8.0"
88+
validations:
89+
required: true

0 commit comments

Comments
 (0)