From 12fbab8a29241d090dad6ef74ccd7363a3d3d3d5 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Wed, 2 Feb 2022 02:27:20 +0800 Subject: [PATCH] :wrench: Chore: fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a3771cd9..255fa1a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ Finally, create a new pull request at https://github.com/Lruihao/FixIt/pulls to | event | merge | | :-- | :-- | -| release | **master => RC branch:** `--rebase` | +| release | **RC branch => master:** `--rebase` | | PR | **others:master => master:** `--rebase` | | single feature| **feature branch => RC branch:** `--merge` |