Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 295 Bytes

definition-of-done.md

File metadata and controls

10 lines (7 loc) · 295 Bytes

Definition of Done

For a task to be considered done:

  1. All unclear sections of code must be commented on.
  2. The task must be commited to github.
  3. All relevant tests must be succesful.
  4. The task must be ready for review.
  5. The tasks must be approved by at least two group members.