[ ] Decide on the coding standards the team must follow.
[ ] Define the characteristics of your repo including the number of branches, branch names, & the workflow everyone must follow.
[ ] Agree on the format of commit messages, how Pull Requests will be reviewed, and GitHub branch protection rules.
[ ] Decide on where you’ll deploy your app and the branch to be considered as ‘production’ you’ll be deploying from.
[ ] Decide on what meetings you’ll need each week and to save time, schedule them as recurring meetings. You might want to look ahead to Develop the App to learn more about the types of meetings you’ll need.
Task Description
Technical Considerations N/a
Additional Considerations Setup Your Team Workflow (Chingu Handbook) Javascript Style Guides Defining a Git Workflow (Chingu Handbook) Git Branches (Chingu Handbook) Git Commits (Chingu Handbook) Git Pull Requests (Chingu Handbook)