From 26cfc6057f834c13e5bf6e58e3eec03b2351e864 Mon Sep 17 00:00:00 2001 From: Peter Ojo Date: Tue, 20 Aug 2024 11:50:42 +0200 Subject: [PATCH] Update contribution guide to use main (#2719) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f0494f9397..545d780e42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ### How to contribute step-by-step 1. Fork the `Adyen/adyen-magento2` repository. -2. Create a new branch from `develop` in your fork. This makes it easier for you to keep track of your changes. +2. Create a new branch from `main` in your fork. This makes it easier for you to keep track of your changes. 3. Make the desired changes to the code. * If you are adding new functionality or fixing a bug, we recommend you add unit tests that cover it. 4. Push the changes to your fork.