At my workplace, we're using Tfs 2010
and CMMI 4.2.
I want to force the check-ins to have 3 types of reviewers.
If some developer check-ins some code, it must be reviewed by 3 senior developers for performance issues, error management issues and localization issues.
So I want to keep the change-set in some sort of pending state
, until all reviewers approve the change.
I want to ensure that a change-set is approved due to that 3 aspects and then participate in the build.
Is it possible to have some pending change-sets, or some kind of workflow for check-ins?