From 107affd1850ee36f608d26910572bdab994ffe66 Mon Sep 17 00:00:00 2001 From: ncnnnnn <67086033+ncnnnnn@users.noreply.github.com> Date: Thu, 28 Oct 2021 12:50:46 +0800 Subject: [PATCH] Update CONTRIBUTING.md Git:Origin upstream --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37d5c31e..da482552 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ TBD If all previous checks (flake8, mypy, unit tests) are passing, please send a PR. Submitted PR will pass other tests on different operation systems, python versions and hardwares. To allow your work to be integrated as seamlessly as possible, we advise you to: -- :white_check_mark: Verify your PR is **up-to-date with origin/main**. If your PR is behind origin/main an automatic [GitHub actions](.github/workflows/rebase.yml) rebase may be attempted by including the `/rebase` command in a comment body, or by running the following code, replacing 'feature' with the name of your local branch: +- :white_check_mark: Verify your PR is **up-to-date with upstream/main**. If your PR is behind upstream/main an automatic [GitHub actions](.github/workflows/rebase.yml) rebase may be attempted by including the `/rebase` command in a comment body, or by running the following code, replacing 'feature' with the name of your local branch: ```bash git remote add upstream https://github.com/zhiqwang/yolov5-rt-stack.git