From 35d0ebe97476afdaa333d83963684f4a098ca266 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 31 Jan 2022 13:43:52 +0200 Subject: [PATCH] fix branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 259012cec4..00dd81ac50 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Before we can merge your pull request you need to accept our CLA [here](https:// Branches: -* *hotfix/** – upcoming maintenance release; fixes should be pushed to this branch; +* *fix** – upcoming maintenance release; fixes should be pushed to this branch; * *master* – develop branch; new features should be pushed to this branch; * *stable* – last stable release.