From d96f2b5d7a1e3a88243b02075e6c7ac3a0275938 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Fri, 17 Jan 2025 01:34:13 -0500 Subject: [PATCH] Move Testing section to above instructions in PR template. (#37091) Makes it harder to just "highlight to end and delete" and miss the Testing section entirely. --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6052e01c70078e..126296367b7500 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,8 @@ + +#### Testing + > !!!!!!!!!! Please delete the instructions below and replace with PR -> description +> description above. > > If you have an issue number, please use a syntax of `Fixes #12345` and a brief > change description @@ -7,12 +10,10 @@ > If you do not have an issue number, please have a good description of the > problem and the fix. Help the reviewer understand what to expect. > -> Complete/append to the `### Testing` section below, to describe how testing +> Complete/append to the `### Testing` section above, to describe how testing > was done. See > > > Make sure you delete these instructions (to prove you have read them). > > !!!!!!!!!! Instructions end - -#### Testing