It is not expected that everyone contribute equally on each phase, but over the course of the entire project it is expected that people contribute roughly equally. Depending on their roles and responsibilities in the project and their workloads responsibilities in other course and in 'real life', different team members will have different workloads on each phase. The hope/expectation is that over the course of the term this roughly balances out. |
You can see copies of the phaseX.md contribution documents here. |
The git fetch/clone/submit cycle:
To obtain the repository initially (just done once near the start of term): ssh csci fork csci265/contributions csci265/$USER/contributions git clone csci:csci265/$USER/contributions Change directory into the repo when you want to edit/submit your assessment cd contributions vim phase1.md (ok, so I'm a vim guy, feel free to use your preferred editor :) git add phase1.md git commit -m "phase 1 contribution assessments complete" git push |