From 83a3c2c5bf2009f1b4d0aeb8303a88c1efe31bf0 Mon Sep 17 00:00:00 2001 From: Engel Nyst Date: Mon, 10 Nov 2025 19:13:18 +0100 Subject: [PATCH] Add invisible AI-only guidance to Checklist: humans must fill (#11688) --- .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 7ee414958c..8aee64d59c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,6 +13,7 @@ - [ ] Other (dependency update, docs, typo fixes, etc.) ## Checklist + - [ ] I have read and reviewed the code and I understand what the code is doing. - [ ] I have tested the code to the best of my ability and ensured it works as expected.