Definition of Done (DOD) - RedHatInsights/insights-operator-cli GitHub Wiki
A deliverable is to be considered “done” when:
- The feature/bug fix implemented - code is complete, documented and checked in
- Unit tests written and running cleanly in the CI environment
- Integration tests written and running cleanly in the CI environment
- Code changes reviewed by at least one peer
- Acceptance criteria are verified and fulfilled
- Code merged in the main branch and running in Prod-preview
- User docs completed, reviewed and published