Skip to content

Commit 3ae1919

Browse files
ci: long-lines format, maybe avoid odd rendering in PR template (#5376)
* semantic newlines, maybe avoid odd rendering * Simplify CI instructions in pull request template * Update .github/pull_request_template.md Co-authored-by: David Hewitt <[email protected]> --------- Co-authored-by: David Hewitt <[email protected]>
1 parent 21858b9 commit 3ae1919

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ Please consider adding the following to your pull request:
99
- docs to all new functions and / or detail in the guide
1010
- tests for all new or changed functions
1111

12-
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
13-
locally, you can run ```nox```. See ```nox --list-sessions```
14-
for a list of supported actions.
12+
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.

0 commit comments

Comments
 (0)