Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.79 KB

definition_of_done.md

File metadata and controls

37 lines (30 loc) · 1.79 KB

Definition of done

This document clarifies, when a product backlog item is done. It will act as a checklist during the scrum development process. The individual points are a basis for acceptance criteria and are shortened or appended by specific measures as needed.

Documentation

Reviews

  • Soft- and hardware architecture (diagrams and description)
  • Test review (test plan and individual test cases)
  • Documentation describes purpose of file(s) and responsibilities
  • Code (coding rules, style guide)

Quality

  • CI pass: The travis job (for example in pilz_robots) checks full code coverage, successful test execution and code formatting.

Demo

Release planning

  • When is the new feature released?
  • Which dependent packages do have to be released simultaneously?

Cleanup