Skip to content

Definition of done

Janne Pulkkinen edited this page Jun 19, 2016 · 7 revisions
  • All items regarding the task done
  • Peer reviewed
    • Before code is pushed into master branch, create a pull request for team member(s) to review
    • If someone has reviewed it without finding any issues (eg. reviewer has commented on the pull request stating it is OK), it can be merged
  • Builds without errors
  • At least one unit test and one integration test that passes. Ideally more tests are developed depending on the scope of the feature.
  • Can be deployed to and be used by the user in a staging/production environment (eg. Heroku)
Clone this wiki locally