From 9284c06cd482e360549fa2f342d8efaafe3856ae Mon Sep 17 00:00:00 2001 From: Alissa Tung Date: Tue, 1 Jun 2021 13:08:17 +0800 Subject: [PATCH] be careful --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f45fd31ac..8624a6f44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,5 +90,5 @@ git push -u origin new-branch-name # "-u" is used to track the remote branch fro ### Step 8: Create a pull request -1. Visit your fork at (replace `$user` with your GitHub account). +1. Visit your fork at (replace `$user` with the GitHub account which you performed the fork operation, the repo name is `oceanbase` by default and you may want to modify it). 2. Click the `Compare & pull request` button next to your `new-branch-name` branch to create your PR.