diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index daaa504ac3..564208e0b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,13 +6,11 @@ There are [few guidelines](#contributing-guidelines) that we request contributor ## Getting Started -This repo uses [rushjs] for mono-repo management. +This is a mono-repo and we use [rushjs] for mono-repo management. Also, we use [pnpm] as the package manager along with [rushjs]. +To read more about [rushjs with pnpm] ### Setup -This is a mono-repo and we use [rushjs] to install and local linking packages when doing development. We use rushjs with pnpm. Read more [here] - - Fork and clone the repo at and bootstrap all the packages. ```bash @@ -121,5 +119,6 @@ The versioning of modules in the this repo are done using `rush change`. Read mo [xclap-cli]: https://www.npmjs.com/package/xclap-cli [docusaurus]: https://docusaurus.io/ [rushjs]: https://rushjs.io/pages/intro/welcome/ -[here]: https://rushjs.io/pages/maintainer/package_managers/ +[rushjs with pnpm]: https://rushjs.io/pages/maintainer/package_managers/ [best practices]: https://rushjs.io/pages/best_practices/change_logs/#recommended-practices +[pnpm]: https://pnpm.io/