- All new code will be first merged in
devbranch and tested out. - If everything looks good, we merge the
devbranch tomain. - No direct writes to
mainbranch will be allowed. That's our release branch so it needs to be stable. - Always take fresh pull from
devbefore merging changes.
-
Clone the repo.
git clone git@github.com:TheDevExperiment/server.git -
Create a new branch.
git checkout -b dev_<your_branch_name> -
Push your changes to this branch.
-
Create a PR to the dev branch.