Skip to content

Definition Of Done

Sergii Diachenko edited this page Feb 3, 2018 · 1 revision

Definition Of Done

Story is considered as Done when:

  1. Code is written and checked in to repository
  2. Unit Tests coverage is above 80%
  3. Code Analysis don't report any warnings
  4. All checks on PR are green
  5. Code is reviewed by expert
  6. All Acceptance Criteria are met and accepted by PO
Clone this wiki locally