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