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

Latest commit

 

History

History
19 lines (15 loc) · 826 Bytes

DoD.md

File metadata and controls

19 lines (15 loc) · 826 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. Pull request/commit includes bug number or JIRA number
  3. Unit tests written and running cleanly in the CI environment [1]
  4. All linters are running cleanly in the CI environment
  5. Failing CI blocks release/merge
  6. Integration tests written and running cleanly in the CI environment
  7. Code changes reviewed by at least two peers
  8. Acceptance criteria are verified and fulfilled
  9. Code merged in the main branch and running in Prod-preview
  10. User docs completed, reviewed and published (for user-facing changes)
  11. Code deployed in Production [2]

[1] just for changes in source code

[2] please note that Production environment contains also Beta environment