From c73aa0e2551faa2885037af856b932c418fcfb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Sun, 11 Jan 2026 14:02:24 +0100 Subject: [PATCH] docs: update PR tempalte --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 41e64281..b64a60f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,10 @@ Fixes # All new code should be covered with tests, documentation should be updated. CI should pass. +Also, to speed up things, if you could kindly "Allow edits and access to secrets by maintainers" in the +PR settings, as this allows us to rebase the PR on master, fix conflicts, run coverage and help with +implementing code and tests. + ## Description of the Change