summaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-05-03 22:36:55 (GMT)
committerGitHub <noreply@github.com>2021-05-03 22:36:55 (GMT)
commit2fc857a5721a5b42bcb696c9cae1bbcc82a91b17 (patch)
treee2f3215539a6c70bd583648a75f4686b5c16cb26 /.github/PULL_REQUEST_TEMPLATE.md
parentbb3e0c240bc60fe08d332ff5955d54197f79751c (diff)
downloadcpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.zip
cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.tar.gz
cpython-2fc857a5721a5b42bcb696c9cae1bbcc82a91b17.tar.bz2
Update CI files to account for the master -> main rename (GH-25860)
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 2731c0e..79ceb17 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -16,7 +16,7 @@ Most PRs will require an issue number. Trivial changes, like fixing a typo, do n
# Backport Pull Request title
-If this is a backport PR (PR made against branches other than `master`),
+If this is a backport PR (PR made against branches other than `main`),
please ensure that the PR title is in the following format:
```
@@ -25,6 +25,6 @@ please ensure that the PR title is in the following format:
Where: [X.Y] is the branch name, e.g. [3.6].
-GH-NNNN refers to the PR number from `master`.
+GH-NNNN refers to the PR number from `main`.
-->