Definition of Done - gergopokol/renate-od GitHub Wiki
The rules of fulfillment of a story.
- The implementation fits for requirement of Coding Conventions.
- The implementation is documented.
- The code contains unittests.
- The test coverage of the branch is around 80%.