From f8fc8871ff98bd52cebf32a659e842fa75b6c2e7 Mon Sep 17 00:00:00 2001 From: Jakub Freisler Date: Thu, 17 Aug 2023 12:34:45 +0100 Subject: [PATCH] chore: update CONTRIBUTING.md (#2953) --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95a4fbecfb..8dac8da826 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,8 +19,12 @@ We're very excited to see that **you are thinking about contribution to Storefro ## Pull Request Guidelines - Learn about our branch structure [here](https://docs.vuestorefront.io/v2/contributing/branching-model.html). +
+ **Important:** +
+ For SFUI2 `main` branch is called `v2` and `develop` is `v2-develop`. `develop` and `master` branches **are used for SFUI1 maintenance**. -- Checkout a topic branch from the relevant branch, e.g. `develop`, and merge back against that branch. +- Checkout a topic branch from the relevant branch, e.g. `v2-develop`, and merge back against that branch. - Work in relevant place of repository and follow our [development guide](https://github.com/vuestorefront/storefront-ui/blob/v2/apps/docs/development/hello.md).