Skip to content

Commit

Permalink
Update Pull Request Recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Mar 8, 2022
1 parent 85160b4 commit 0c4cc0a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,11 @@ If all previous checks (flake8, mypy, unit tests) are passing, please send a PR.
```bash
git remote add upstream https://github.com/zhiqwang/yolov5-rt-stack.git
git fetch upstream
git checkout feature # <----- replace 'feature' with local branch name
git merge upstream/main
git rebase upstream/main
git checkout -b feature # <--- REPLACE 'feature' WITH YOUR LOCAL BRANCH NAME
# ADD YOUR PROPOSED CHANGES HERE
git add .
git commit -m "YOUR REVISION MESSAGE"
git push origin feature
```

Expand Down

0 comments on commit 0c4cc0a

Please sign in to comment.