Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1006 Bytes

Definition-of-Done.md

File metadata and controls

25 lines (18 loc) · 1006 Bytes

Definition of Done

Definitions

A shared understanding within the Scrum Team on what it takes to make your Product Increment releasable

Key Factors

  • DoD is always at the Product level. not Sprint/Story level
  • DoD is a list of criteria which must be met before a product increment “often a user story” is considered “done”

Common Things to Check as DoD

  • All automated tests passed
  • No defect found by QA
  • Tests verified from QA
  • Codebase Peer-reviewed
  • Code Quality Score above the threshold
  • All documentation updated

Resources