From 113cc7463c7433858b9b971946bfcc7004f8a31c Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Fri, 11 Feb 2022 10:34:47 +0000 Subject: [PATCH] Update pull_request_template.md to reference `main` vs `master` --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7d8278dd..3a381a66 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ This is a: -- [ ] bug fix PR with no breaking changes — please ensure the base branch is `master` +- [ ] bug fix PR with no breaking changes — please ensure the base branch is `main` - [ ] new functionality — please ensure the base branch is the latest `dev/` branch - [ ] a breaking change — please ensure the base branch is the latest `dev/` branch