Skip to content

Definition of done

Josh Liberty edited this page Feb 25, 2022 · 1 revision

The following defines when a ticket can be marked as done:

  1. All are relevant tests have been written and are passing
  2. Code has been reviewed and approved
  3. Pull request has been merged
  4. Existing documentation has been updated to reflect the changes
  5. If applicable, new documentation added to reflect the new functionality
  6. All pipelines are passing: no new vulnerabilities found, no linting errors, and so on as defined in the coding standards document.
Clone this wiki locally