-
Notifications
You must be signed in to change notification settings - Fork 3
Definition of done
Josh Liberty edited this page Feb 25, 2022
·
1 revision
The following defines when a ticket can be marked as done:
- All are relevant tests have been written and are passing
- Code has been reviewed and approved
- Pull request has been merged
- Existing documentation has been updated to reflect the changes
- If applicable, new documentation added to reflect the new functionality
- All pipelines are passing: no new vulnerabilities found, no linting errors, and so on as defined in the coding standards document.