From 778cfba5a5550b174b335665c9aae97f622da548 Mon Sep 17 00:00:00 2001 From: drew2a Date: Wed, 17 Jan 2024 14:31:22 +0100 Subject: [PATCH] Add PR merge policy and recommendation for requesting a second reviewer as a tie breaker. --- doc/contributing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/contributing.rst b/doc/contributing.rst index 72d99b213e3..c98658ebab6 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -64,6 +64,8 @@ PR policies =========== * We use `rebase + merge –no–ff `_ for merging a branch * Responsibility for merging the PR is on the creator of PR +* In the case where you cannot reach a consensus with the reviewer, you can request a second reviewer to act as a `Tie Breaker `_. + Recommendations: