From fe0699168c792f9ebb771395f2704a336f5f4b94 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Mon, 5 Nov 2018 14:12:03 +0000 Subject: [PATCH] Spell out review-within-two-weeks rule for Code Owners Pull requests that do not receive timely feedback block progress and cause unnecessary overhead as repeated rebasing is necessary and increasingly costly. --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 32e51645b4a..0357857fe6b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,6 @@ +# Code owners are expected to complete reviews with feedback to the PR author or +# approval within two weeks. +# # These owners will be the default owners for everything in the repo. * @kroening @tautschnig @peterschrammel @smowton @chrisr-diffblue