Skip to content

Commit eba38f1

Browse files
authored
Merge pull request webpack#6861 from Legends/master
Extracts setup instructions from Contributing.md into separate _Setup.md
2 parents 41a0482 + 68a11fd commit eba38f1

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,7 @@ documentation pages:
2525

2626
## Setup
2727

28-
```bash
29-
git clone https://github.com/webpack/webpack.git
30-
cd webpack
31-
npm install -g yarn
32-
yarn install
33-
yarn link
34-
yarn link webpack
35-
```
36-
37-
To run the entire test suite use:
38-
39-
```bash
40-
yarn test
41-
```
28+
[Setup your local webpack repository](_SETUP.md)
4229

4330
## Submitting Changes
4431

_SETUP.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Setup
2+
3+
Setup your local webpack repository
4+
5+
```bash
6+
git clone https://github.com/webpack/webpack.git
7+
cd webpack
8+
npm install -g yarn
9+
yarn install
10+
yarn link
11+
yarn link webpack
12+
```
13+
14+
To run the entire test suite use:
15+
16+
```bash
17+
yarn test
18+
```

0 commit comments

Comments
 (0)