Sample versions of most project documents can be found here, based on a fictional team and project (and following a slightly different SDLC). |
The git fetch/clone/submit cycle:
To obtain a repository initially (e.g. project here) ssh csci fork csci265/project csci265/$USER/project git clone csci:csci265/$USER/project Change directory into the repo cd project Edit the proposal.md and charter.md files as needed, e.g. vi proposal.md vi charter.md Add the changes (apologies everyone, left this rather crucial part out earlier!) git add proposal.md git add charter.md Create a commit for the submission with a suitably informative message, e.g. git commit -m "team charter/project proposal submission" Push the repo git push |
A sample team charter is available here to give students an idea of the depth/nature of the project aspects to be covered, but teams are expected to think about and write their own charters from the perspective of their team and their project - do not simply cut and paste sections from the sample. |
As with the team charter (and with the same caveats), a sample proposal is available here. |
Sample presentations for the proposal and charter can be found here: proposal, and charter. |
A sample contributions assessment can be found here. |