CONTRIBUTING.md asks contributors to install Corepack and then install Yarn globally with npm.
Since the repo already pins Yarn through packageManager, the guide can be less ambiguous by installing/enabling Corepack and then using the pinned Yarn version from the repo.
This avoids accidentally using a global Yarn version that does not match the repo.
CONTRIBUTING.mdasks contributors to install Corepack and then install Yarn globally with npm.Since the repo already pins Yarn through
packageManager, the guide can be less ambiguous by installing/enabling Corepack and then using the pinned Yarn version from the repo.This avoids accidentally using a global Yarn version that does not match the repo.