diff --git a/website/docs/Contributing.mdx b/website/docs/Contributing.mdx index c637715f..fd0bdd18 100644 --- a/website/docs/Contributing.mdx +++ b/website/docs/Contributing.mdx @@ -24,9 +24,9 @@ channel. ### Install dependencies first -One of the most crucial steps is installing dependencies via `pnpm install --frozen-lockfile`. This ensures that linting can be done, and -it also sets up the `git` hooks for building the `deno` types and automatically formatting/linting the code when you -commit it. +One of the most crucial steps is installing dependencies via `pnpm install --frozen-lockfile`. This ensures that linting +can be done, and it also sets up the `git` hooks for building the `deno` types and automatically formatting/linting the +code when you commit it. If you forget to install dependencies, or are doing the contributions through other means (like directly from GitHub web), you might see a comment like this one being sent as a review to your pull request: