From f1826e33fa7bf3c22be3ff27f50cebca721f3065 Mon Sep 17 00:00:00 2001 From: mayor Date: Tue, 3 Mar 2026 15:40:55 -0800 Subject: [PATCH] Note that PRs must include the template checklist Co-Authored-By: Claude Opus 4.6 --- .../source/contributing/how_to_contribute_new_code.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/sphinx/source/contributing/how_to_contribute_new_code.rst b/docs/sphinx/source/contributing/how_to_contribute_new_code.rst index ca08436ab1..5a4546baae 100644 --- a/docs/sphinx/source/contributing/how_to_contribute_new_code.rst +++ b/docs/sphinx/source/contributing/how_to_contribute_new_code.rst @@ -40,6 +40,16 @@ information on these aspects. Pull requests (PRs) ~~~~~~~~~~~~~~~~~~~ +.. _pull-request-checklist: + +PR checklist +------------ + +Every pull request description must include the +`PR checklist `_. +If your workflow overrides the default PR template (e.g. ``gh pr create +--body "..."``) make sure to copy the checklist into the description. + .. _pull-request-scope: Scope