mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Create PULL_REQUEST_TEMPLATE.md (GH-3404)
Explain that backport PR should include branch name and the original PR number.
This commit is contained in:
parent
0f6b9d2306
commit
36d644d37a
1 changed files with 10 additions and 0 deletions
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
!!! If this is a backport PR (PR made against branches other than `master`),
|
||||
please ensure that the PR title is in the following format:
|
||||
|
||||
[X.Y] <title from the original PR> GH-NNNN
|
||||
|
||||
Where: [X.Y] is the branch name, for example [3.6]
|
||||
|
||||
GH-NNNN refers to the PR number from `master`.
|
||||
|
||||
PLEASE: Remove this headline!!!
|
Loading…
Add table
Add a link
Reference in a new issue