Skip to content

Commit 95275ac

Browse files
committed
chore: add some comments
1 parent cff0c55 commit 95275ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ In case you are suggesting a new feature, we will match your idea with our curre
5656
- Fork the **webpack-cli** repo at [https://github.com/webpack/webpack-cli](https://github.com/webpack/webpack-cli).
5757
- `git clone <your-clone-url> && cd webpack-cli`
5858

59-
- If you don't have yarn yet:
60-
59+
- If you decide to use [yarn](https://yarnpkg.com/lang/en/):
6160
```bash
6261
npm install -g yarn
6362
```
6463

65-
* Install the dependencies and link them:
64+
> Using yarn is not a requirement, [npm](https://www.npmjs.com/) is included in node.
65+
66+
- Install the dependencies and link them:
6667

6768
```bash
6869
#npm
@@ -76,7 +77,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
7677
yarn link webpack-cli
7778
```
7879

79-
* Bootstrap all the submodules before building for the first time
80+
- Bootstrap all the submodules before building for the first time
8081

8182
```bash
8283
#npm

0 commit comments

Comments
 (0)