bagisto 2.3 and contribution guidline
- 
					
					
					
					
I saw bagisto had 2.3x branch now , but i fork from 2.2 version, how can i update the bagisto branch, is that ok to create pull request to 2.2 (default branch)
 - 
					
					
					
					
Hello @ducanh
Follow the below steps for your query.
- Add the Bagisto upstream remote (if not already added):
 - git remote add upstream https://github.com/bagisto/bagisto.git
 - Fetch all branches from the upstream:
 - git fetch upstream
 - Checkout the 2.3 branch from upstream:
 - git checkout 2.3
 - Push the changes to your fork or you can manually update it from github
 
Regards
Team Bagisto