Skip to content

Definition of done

Janne Pulkkinen edited this page May 16, 2016 · 7 revisions
  • All items regarding the task done
  • Peer reviewed
    • Before code is pushed into master branch, create a pull request and have a team member review it
    • If a single member has reviewed it without finding any issues (eg. commented 'ACK' on the pull request), it can be merged
  • Builds without errors
  • At least one unit 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