- Practice git commands and branching strategy
- Read class diagrams
- Review inheritance concepts
- Review agregation/association relationship
- Teamwork
- Create repository using this template to group git account
- Check Game Class diagram and current implementation to identify what is pending to do
- Assign every issue to a group member
- Create a branch for each issue
- Clone repository in local environment
- Check out to corresponding branch
- Code the change described in issue
- Push from your local environment to your repository
- Create a pull request from member branch to master branch
- Resolve conflicts(if apply)
- Wait merge is approved by project manager
- Once merge is done, confirm your changes are in original repository
- Review if issue is closed