Repo merge policy

Given that we don’t have enforced policies about mandatory reviewer(s), what should the policy be in general? Should we write a CODE_OWNERS.txt and use the same policy as LLVM? (I like this idea.) Is it just get at least one other person to review? (This is how I’ve been operating.)

Generally I think people are working on parts of the code that they ‘own’, so there’s not much conflict. Having a CODE_OWNERS.txt is a good idea for the long term as things scale.

+1 for a CODE_OWNERS.txt file.