Skip to content

Commit bb90a3f

Browse files
authored
docs: add fork (#1203)
# Overview - Add fork to `CONTRIBUTING.md` <!-- A clear and concise description of what this pr is about. --> ## PR Checklist - [ ] I did below actions if need 1. I read the [Contributing Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md) 2. I added documents and tests.
1 parent 13e4d11 commit bb90a3f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ In general, things we find useful when reviewing suggestions are:
3838
### Prerequisites
3939

4040
0. [Choose an issue about bug or feature you want to work on](https://github.com/toss/suspensive/issues)
41-
1. Clone the repository
41+
1. Fork this repository.
42+
2. Clone the repository
4243
```shell
43-
git clone [email protected]:suspensive/react.git
44+
git clone [email protected]:{username}/suspensive.git
4445
```
45-
2. Please use the correct node version. You can use the version declared in [.nvmrc](https://github.com/toss/suspensive/blob/main/.nvmrc). We strongly recommend [nvm](https://github.com/nvm-sh/nvm) to control local machine's node version easily. also We recommend [nvm's deeper shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) too.
46-
3. Install packages. [We use pnpm v8. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.
46+
3. Please use the correct node version. You can use the version declared in [.nvmrc](https://github.com/toss/suspensive/blob/main/.nvmrc). We strongly recommend [nvm](https://github.com/nvm-sh/nvm) to control local machine's node version easily. also We recommend [nvm's deeper shell integration](https://github.com/nvm-sh/nvm#deeper-shell-integration) too.
47+
4. Install packages. [We use pnpm v8. Install pnpm with corepack please if you can](https://pnpm.io/installation#using-corepack). We recommend using corepack for pnpm to automatically use the version declared in the packageManager field of package.json.
4748
```shell
49+
corepack enable && corepack prepare
4850
pnpm install
4951
```
5052

0 commit comments

Comments
 (0)