We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e876f17 commit 4197614Copy full SHA for 4197614
.github/pull_request_template.md
@@ -5,6 +5,7 @@ By submitting these contributions you agree for them to be dual-licensed under P
5
Please consider adding the following to your pull request:
6
- an entry for this PR in newsfragments - see [https://pyo3.rs/main/contributing.html#documenting-changes]
7
- or start the PR title with `docs:` if this is a docs-only change to skip the check
8
+ - or start the PR title with `ci:` if this is a ci-only change to skip the check
9
- docs to all new functions and / or detail in the guide
10
- tests for all new or changed functions
11
noxfile.py
@@ -573,6 +573,7 @@ def address_sanitizer(session: nox.Session):
573
_IGNORE_CHANGELOG_PR_CATEGORIES = (
574
"release",
575
"docs",
576
+ "ci",
577
)
578
579
0 commit comments