File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1- !!! If this is a backport PR (PR made against branches other than ` master ` ),
1+ <!--
2+ Thanks for your contribution!
3+ Please read this comment in its entirety. It's quite important.
4+
5+ # Pull Request title
6+
7+ It should be in the following format:
8+ ```
9+ bpo-NNNN: Summary of the changes made
10+ ```
11+ Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
12+ If your PR is for issue 12345 in the bug tracker, then the bpo number is bpo-12345.
13+
14+ Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
15+
16+ # Backport Pull Request title
17+
18+ If this is a backport PR (PR made against branches other than `master`),
219please ensure that the PR title is in the following format:
320```
421[X.Y] <title from the original PR> (GH-NNNN)
@@ -7,4 +24,4 @@ Where: [X.Y] is the branch name, e.g. [3.6].
724
825GH-NNNN refers to the PR number from `master`.
926
10- PLEASE: Remove this headline!!!
27+ -->
You can’t perform that action at this time.
0 commit comments