From 4ae4b5c2a464608045e29fe72793dbb6fbbcdad7 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:18:28 -0500 Subject: [PATCH] docs: require maintainer edits on pull requests --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 705be7834af4..e902c4789b21 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,14 @@ Avoid implementation details such as: fix: add null check to task query --> +
+Additional instructions + +**MUST:** Keep **Allow edits from maintainers** enabled for this PR so maintainers +can help update the branch when needed. + +
+ ## What Problem This Solves