From f09895020d9198af65506c76b6a2625bb8499230 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 29 Aug 2025 09:14:18 -0400 Subject: [PATCH 1/3] semantic newlines, maybe avoid odd rendering --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d2006f366f3..cffe3bf87a2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,6 +9,6 @@ Please consider adding the following to your pull request: - docs to all new functions and / or detail in the guide - tests for all new or changed functions -PyO3's CI pipeline will check your pull request, thus make sure you have checked the `Contributing.md` guidelines. To run most of its tests -locally, you can run ```nox```. See ```nox --list-sessions``` -for a list of supported actions. +PyO3's CI pipeline will check your pull request, thus make sure you have checked the `Contributing.md` guidelines. +To run most of its tests locally, you can run ```nox```. +See ```nox --list-sessions``` for a list of supported actions. From da76d83e690cc98ebb18fed30e9e359887cb7f84 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 29 Aug 2025 09:17:53 -0400 Subject: [PATCH 2/3] Simplify CI instructions in pull request template --- .github/pull_request_template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cffe3bf87a2..b7cb689daa3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,6 +9,4 @@ Please consider adding the following to your pull request: - docs to all new functions and / or detail in the guide - tests for all new or changed functions -PyO3's CI pipeline will check your pull request, thus make sure you have checked the `Contributing.md` guidelines. -To run most of its tests locally, you can run ```nox```. -See ```nox --list-sessions``` for a list of supported actions. +PyO3's CI pipeline will check your pull request, thus make sure you have checked the `Contributing.md` guidelines. To run most of its tests locally, you can run ``nox```. See ```nox --list-sessions``` for a list of supported actions. From f59af5fd87c067e17bbf77b4997e3d09876ec0c2 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Fri, 29 Aug 2025 10:47:17 -0400 Subject: [PATCH 3/3] Update .github/pull_request_template.md Co-authored-by: David Hewitt --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b7cb689daa3..2156c1d7322 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,4 +9,4 @@ Please consider adding the following to your pull request: - docs to all new functions and / or detail in the guide - tests for all new or changed functions -PyO3's CI pipeline will check your pull request, thus make sure you have checked the `Contributing.md` guidelines. To run most of its tests locally, you can run ``nox```. See ```nox --list-sessions``` for a list of supported actions. +PyO3's CI pipeline will check your pull request, thus make sure you have checked the `Contributing.md` guidelines. To run most of its tests locally, you can run `nox`. See `nox --list-sessions` for a list of supported actions.