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

Latest commit

 

History

History
11 lines (9 loc) · 471 Bytes

File metadata and controls

11 lines (9 loc) · 471 Bytes

Definition of Done

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. All linters are 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
  7. User docs completed, reviewed and published (if applicable)