Files
pnpm/.github/pull_request_template.md
Zoltan Kochan 1648084667 docs: make pnpm v12 the feature development target (#14561)
pnpm v12 is the target for new feature development. The TypeScript pnpm v11 implementation is maintenance-only.

Update the repository guidance so shared bugs are fixed and tested in both versions, while v12-only features and fixes do not create v11 parity work. Align the contributor, review, changeset, release, README, and PR checklist instructions with the same policy.
2026-09-05 00:01:43 +02:00

1.3 KiB

Summary

Squash Commit Body

Explain what changed and why. Reference issues here too (Closes pnpm/pnpm#123).

Checklist

  • I checked the referenced issue and verified that none of the PRs already linked to it solves it.
  • New features are implemented only in the Rust pnpm v12 CLI. Bug fixes are implemented in every affected version.
  • Added a changeset (pnpm changeset) if this PR changes any published package. Keep it short and written for pnpm users — it becomes a release note.
  • Added or updated tests.
  • Updated the documentation if needed.