Skip to content

Commit

Permalink
doc: add more details on how to create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxt authored and jinghaomiao committed Apr 2, 2018
1 parent 1bb4278 commit 1cf4ab3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/howto/how_to_create_a_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ git config user.name "XXX"
git config user.email "XXX@[XXX.com]"
```

- Clone your fork (Please replace "USERNAME" with your GitHub user name.)

```
git clone [email protected]:USERNAME/apollo.git
```

- Add Apollo repository as upstream

```
Expand Down Expand Up @@ -38,5 +44,4 @@ git push -f -u origin "my_dev"
- Generate a new pull request between "Apolloauto/apollo:master" and "forked repo:my_dev"
- Collaborators will review and merge the commit.

Thanks a lot for your contributions!

Thanks a lot for your contributions!

0 comments on commit 1cf4ab3

Please sign in to comment.