# Contributing

Work through the approved sprint scope.

Create and modify project files through terminal commands.

Keep controllers thin and business logic outside views.

Update tests and documentation in the same sprint.

Use two commits per sprint:

    feat(sprint-NN): implementation summary
    test(docs): complete sprint-NN verification and documentation
