Skip to content

Definition Of Done

Kyle Thomson edited this page Aug 28, 2018 · 8 revisions

All of the below criteria must be true before declaring that an item / feature / issue is "complete".

  • Functional, meets Acceptance Criteria
  • Automated tests written & passing
  • Open TODO's should refer to an Issue
  • Code-reviewed & pushed to origin (master / feature branch)
  • Demo completed / screenshot of UI
  • Required documentation updated
  • New metrics?

Clone this wiki locally