Skip to content

Definition of Done

Tobias edited this page Jan 9, 2023 · 1 revision
  • The code is complete and imported into the versioning system
  • The code complies with coding standards and contains no linter errors
  • The code complies with the specifically agreed coding guidelines
  • The code is tested sufficiently and succesfully
  • The code has been peer reviewed or pair programmed.
  • All acceptance criteria are met
  • The documentation and, if applicable, user manual have been adapted
  • The build within the CI/CD pipeline is successful.
  • The changes are deployed on the testing environment

If an issue meets the Definition of Done, it must be given the corresponding Status: Completed label. The issue is now fully processed and can be flagged. The issue can then be closed.

Clone this wiki locally