From 35bc62c1717662f96f87ba00412906cb1a3be54b Mon Sep 17 00:00:00 2001 From: Simon Hoinkis Date: Wed, 8 Nov 2023 15:59:56 +0100 Subject: [PATCH] iox-#2078 Adapt PR template to reduced number of reviewers Signed-off-by: Simon Hoinkis --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f177d2391..7ddbe3c4f9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ ## Pre-Review Checklist for the PR Author +1. [ ] Add a second reviewer for complex new features or larger refactorings 1. [ ] Code follows the coding style of [CONTRIBUTING.md][contributing] 1. [ ] Tests follow the [best practice for testing][testing] 1. [ ] Changelog updated [in the unreleased section][changelog] including API breaking changes