Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 342 Bytes

DEFINITION_OF_DONE.md

File metadata and controls

7 lines (7 loc) · 342 Bytes

DoD (Definition of Done) – task/issue is finished only when all the below component are provided:

  • implementation is finished,
  • Junit tests,
  • Integration tests and
  • manual/functional tests (if it is necessary) are success,
  • documentation (if it is necessary)
  • all is pushed on Github, and Pull Request doesn’t have any conflict.