Skip to content

Commit b30b4d1

Browse files
MikeMcC399reggi
authored andcommitted
chore(contributing): prepare easier copy-paste contributing commands (#8421)
1 parent b00cedd commit b30b4d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ When submitting a new bug report, please first [search](https://github.com/npm/c
1313
**1. Clone this repository...**
1414

1515
```bash
16-
$ git clone git@github.com:npm/cli.git npm
16+
git clone git@github.com:npm/cli.git npm
1717
```
1818

1919
**2. Navigate into project & install development-specific dependencies...**
2020

2121
```bash
22-
$ cd ./npm && node ./scripts/resetdeps.js
22+
cd ./npm && node ./scripts/resetdeps.js
2323
```
2424

2525
**3. Write some code &/or add some tests...**
@@ -30,7 +30,7 @@ $ cd ./npm && node ./scripts/resetdeps.js
3030

3131
**4. Run tests & ensure they pass...**
3232
```
33-
$ node . run test
33+
node . run test
3434
```
3535

3636
**5. Open a [Pull Request](https://github.com/npm/cli/pulls) for your work & become the newest contributor to `npm`! 🎉**
@@ -61,9 +61,9 @@ node . exec
6161
```
6262

6363
For example instead of:
64-
```bash
64+
```bash
6565
npm exec -- <package>
66-
```
66+
```
6767
Use:
6868
```bash
6969
node . exec -- <package>

0 commit comments

Comments
 (0)