Skip to content

Commit 49de307

Browse files
authored
fix: minor issue on how-to-open-a-pull-request.md (facebook#4287)
1 parent 38ce240 commit 49de307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/contributing/how-to-open-a-pull-request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ You will now have a fork of React Native on GitHub at https://github.com/your_us
2828

2929
```bash
3030
git clone https://github.com/facebook/react-native.git
31+
cd react-native
3132
git remote add fork https://github.com/your_username/react-native.git
3233
```
3334

0 commit comments

Comments
 (0)