chore(ci): add Python 3.15 integration-bump PR template#17791
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intoMay 5, 2026
Conversation
Adds a sub-template at .github/PULL_REQUEST_TEMPLATE/python_315_bump.md that volunteers can opt into by appending ?template=python_315_bump.md to the PR-creation URL. The template encodes the standard checklist for bumping an upstream pin, regenerating riot lockfiles, and lifting max_version caps in riotfile.py. Default top-level PULL_REQUEST_TEMPLATE.md is unchanged for all other PRs.
Reorders the description block to put Closes #<sub-issue-number> near the top so volunteers (and reviewers) see the bookkeeping marker immediately. The parent-tracker reference is kept above for narrative context; the Closes line does the actual sub-issue auto-close on merge, which in turn auto-flips the parent task-list checkbox.
Codeowners resolved as |
This was referenced Apr 30, 2026
This was referenced Apr 30, 2026
brettlangdon
approved these changes
May 1, 2026
brettlangdon
left a comment
Member
There was a problem hiding this comment.
not sure why this needs to be a PR template vs some Jira/Confluence "guide" for people to follow, but also this doesn't really hurt, so not going to block it
emmettbutler
pushed a commit
that referenced
this pull request
May 6, 2026
[PROF-14440](https://datadoghq.atlassian.net/browse/PROF-14440) ## Description Adds a sub-template at `.github/PULL_REQUEST_TEMPLATE/python_315_bump.md` that volunteers contributing to the Python 3.15 integration effort can opt into via `?template=python_315_bump.md` in the PR-creation URL. Companion to the upcoming Python 3.15 integration parity tracker issue. Co-authored-by: vlad.scherbich <vlad.scherbich@datadoghq.com>
P403n1x87
pushed a commit
that referenced
this pull request
May 14, 2026
[PROF-14440](https://datadoghq.atlassian.net/browse/PROF-14440) ## Description Adds a sub-template at `.github/PULL_REQUEST_TEMPLATE/python_315_bump.md` that volunteers contributing to the Python 3.15 integration effort can opt into via `?template=python_315_bump.md` in the PR-creation URL. Companion to the upcoming Python 3.15 integration parity tracker issue. Co-authored-by: vlad.scherbich <vlad.scherbich@datadoghq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PROF-14440
Description
Adds a sub-template at
.github/PULL_REQUEST_TEMPLATE/python_315_bump.mdthat volunteers contributing to the Python 3.15 integration effort
can opt into via
?template=python_315_bump.mdin the PR-creation URL.Companion to the upcoming Python 3.15 integration parity tracker issue.