Definition of Done (DOD) - RedHatInsights/insights-operator-cli GitHub Wiki

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