From 1d4e5df5a2655027f22e0d1c500d7c31fdb119e1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 20 Apr 2022 23:14:19 +0200 Subject: [PATCH] fix contribution guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68f432132..dabb5e10a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ # Recommended Pull Request Guideline - Push to your fork repo - Create a pull request: https://github.com/coollabsio/compare - Write a proper description -- Open the pull request to review +- Open the pull request to review against `next` branch ---