Skip to content

Commit 82ab13d

Browse files
authored
Update the Pull_request_template.md file (GH-5841)
Changed the template to be inside a comment tag.
1 parent 718070d commit 82ab13d

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
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`),
219
please 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
825
GH-NNNN refers to the PR number from `master`.
926
10-
PLEASE: Remove this headline!!!
27+
-->

0 commit comments

Comments
 (0)