There are two parts to this repository:
Process
Milestones, user stories for a sprint and bugs are tracked using the Github "issues" interface.
Prior to beginning a sprint, we will plan and commit items to be completed in that sprint, using the milestones feature in Github.
Since we have small teams working independently on each component, we can do with simple source control management without branching:
git clone
this repository to get startedgit add
followed by git commit
(with a proper, descriptive commit message).git pull
! Resolve conflicts if any.git push
to this github repository.