Definition of Done (DOD) - openshiftio/openshift.io GitHub Wiki
Definition of Done (DOD)
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 and/or E2E tests written and running cleanly in the CI environment (where applicable)
- Non-functional tests (performance, security, etc.) written and running cleanly in the CI environment (where applicable)
- 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
- Code deployed in Production
- CEE prepared to support the feature in Production (for CEE Supported version only) # # # #