Formatting Regulations For The Codebase - 09millarda/Tribe GitHub Wiki
GitHub
Demo > Dev > Features
Create a new branch when working on something you can define. e.g. features/server/add-login-screen
Build on your local machine before creating a PR.
Push this to test and create a Pull Request. We have to check the code to merge it to dev. This is the branch we the one we work from. Once we are sure everything works okay we will push it to demo.
Ensure to clearly describe your commits.