-
Notifications
You must be signed in to change notification settings - Fork 7
Definition of Done
superseacat edited this page Jan 13, 2021
·
5 revisions
The task (issue) is considered as done if the following requirements are met:
- passes automated tests in test environment
- codebase has been review by at least by two developers (who has not worked on it (optional)
- automated QA tools are silent (apart from Sonar's false positives)
- code is documented to an "as long as the reviewer understands" level
- features eligible for manual testing are described
- and the corresponding part is tested manually (described earlier)