Skip to content

Commit

Permalink
Update contribution guide to use main (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterojo authored Aug 20, 2024
1 parent 024fe63 commit 26cfc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26cfc60

Please sign in to comment.