Skip to content

Commit 5cd22cf

Browse files
grimreaperbenjaminp
authored andcommitted
bpo-33488: Satisfy markdownlint for the pull request template. (GH-6786)
./.github/PULL_REQUEST_TEMPLATE.md:8: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLATE.md:10: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLATE.md:19: MD031 Fenced code blocks should be surrounded by blank lines ./.github/PULL_REQUEST_TEMPLATE.md:21: MD031 Fenced code blocks should be surrounded by blank lines
1 parent 898ff92 commit 5cd22cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Please read this comment in its entirety. It's quite important.
55
# Pull Request title
66
77
It should be in the following format:
8+
89
```
910
bpo-NNNN: Summary of the changes made
1011
```
12+
1113
Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.
1214
1315
Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.
@@ -16,9 +18,11 @@ Most PRs will require an issue number. Trivial changes, like fixing a typo, do n
1618
1719
If this is a backport PR (PR made against branches other than `master`),
1820
please ensure that the PR title is in the following format:
21+
1922
```
2023
[X.Y] <title from the original PR> (GH-NNNN)
2124
```
25+
2226
Where: [X.Y] is the branch name, e.g. [3.6].
2327
2428
GH-NNNN refers to the PR number from `master`.

0 commit comments

Comments
 (0)