Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36d644d

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
Explain that backport PR should include branch name and the original PR number.
1 parent 0f6b9d2 commit 36d644d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
!!! If this is a backport PR (PR made against branches other than `master`),
2+
please ensure that the PR title is in the following format:
3+
4+
[X.Y] <title from the original PR> GH-NNNN
5+
6+
Where: [X.Y] is the branch name, for example [3.6]
7+
8+
GH-NNNN refers to the PR number from `master`.
9+
10+
PLEASE: Remove this headline!!!

0 commit comments

Comments
 (0)