Git Workflow - 401-team-teamwork/401-midterm-project GitHub Wiki
- At the beginning of the day, everyone will start with a new branch labeled: -day-dev
- At midday, everyone will gather, talk and review the days work thus far, if able, ACP, merge into a development branch, and then start anew.
- At the end of the day merge into the development branch, and if agreed on, push to our testing branch.
For documentation, everything will be documented as worked on. JsDoc will be applied at regular intervals, and tasks will be assigned via comity at the beginning of the day.
a test branch will be made to manage testing and bug fixes. The last bastion of hope before production.
a production branch will be the final step.
NOTE: all pull requests and merges must checkout with other group members.