Skip to content

Commit d928106

Browse files
authored
Docs: Align CONTRIBUTING.md with 3.x-stable
Closes jquerygh-5567 Ref jquerygh-5564
1 parent 4ef25b0 commit d928106

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,43 +71,43 @@ We *love* when people contribute back to the project by patching the bugs they f
7171

7272
Create a fork of the jQuery repo on GitHub at https://github.com/jquery/jquery
7373

74-
Clone your jQuery fork to work locally
74+
Clone your jQuery fork to work locally:
7575

7676
```bash
7777
$ git clone [email protected]:username/jquery.git
7878
```
7979

80-
Change directory to the newly created dir jquery/
80+
Change directory to the newly created dir `jquery/`:
8181

8282
```bash
8383
$ cd jquery
8484
```
8585

86-
Add the jQuery main as a remote. I label mine "upstream"
86+
Add the jQuery `main` as a remote. I label mine `upstream`:
8787

8888
```bash
8989
$ git remote add upstream [email protected]:jquery/jquery.git
9090
```
9191

92-
Get in the habit of pulling in the "upstream" main to stay up to date as jQuery receives new commits
92+
Get in the habit of pulling in the "upstream" main to stay up to date as jQuery receives new commits:
9393

9494
```bash
9595
$ git pull upstream main
9696
```
9797

98-
Install the necessary dependencies
98+
Install the necessary dependencies:
9999

100100
```bash
101101
$ npm install
102102
```
103103

104-
Build all jQuery files
104+
Build all jQuery files:
105105

106106
```bash
107107
$ npm run build:all
108108
```
109109

110-
Start a test server
110+
Start a test server:
111111

112112
```bash
113113
$ npm run test:server

0 commit comments

Comments
 (0)