From 2b32e683e64cc947141355640a88699a3f8a30f5 Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Mon, 11 Apr 2022 08:53:33 +0100 Subject: [PATCH] Rename master to main in PR template --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 136eca3218..f4b6480fd9 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -14,5 +14,5 @@ Please check each of the following things and check *all* boxes before accepting If this PR is made against a release-branch, please also check the following: -- [ ] This change/bugfix is a cherry-pick from the next younger branch (younger `release-branch` or `master` if this is the youngest branch) +- [ ] This change/bugfix is a cherry-pick from the next younger branch (younger `release-branch` or `main` if this is the youngest branch) - [ ] There is a good reason why this PR needs to go into a release branch and this reason is documented (either in the description above or in a linked GitHub issue)