Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Definition of Done (DOD)

Pavel Tišnovský edited this page Jan 3, 2020 · 1 revision

A deliverable is to be considered “done” when:

  1. The feature/bug fix implemented - code is complete, documented and checked in

  2. Unit tests written and running cleanly in the CI environment

  3. Integration tests written and running cleanly in the CI environment
  4. Code changes reviewed by at least one peer

  5. Acceptance criteria are verified and fulfilled

  6. Code merged in the main branch and running in Prod-preview

  7. User docs completed, reviewed and published

  8. Code deployed in Production 

Clone this wiki locally