Skip to content

Commit 335f505

Browse files
authored
Update contributing.md
1 parent 7233be1 commit 335f505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Now just go into your `use-http-sandbox/src/App.js` and import use-http and now
4141
Once you're done making your changes be sure to make some tests and run all of them. What I do is open up 3 different panes in the same iTerm2 window by pressing `⌘ + D` on mac 2 times. In the far left I do `yarn build:watch`, in the middle I do `yarn test:browser:watch` (where you'll probably be writing your tests) and in the 3rd window I do `yarn test:server:watch`. It looks like this.
4242
![image](https://user-images.githubusercontent.com/5455859/79790558-bf3e6f00-8300-11ea-89ad-241ce943f1b3.png)
4343

44-
### 4. **Push**
44+
### 5. **Push**
4545
Push your changes to your forked repo.
4646

47-
### 5. **Make PR**
47+
### 6. **Make PR**
4848
Once you push your changes, you will see a link in your terminal that looks like this.
4949
```sh
5050
remote: Create a pull request for 'master' on GitHub by visiting:

0 commit comments

Comments
 (0)