From 2a23c2d9897551b82278fc35c545e7270aeba0e9 Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Tue, 2 Feb 2021 11:14:04 -0800 Subject: [PATCH] fix(docs, tools): switch to main in PR template (#40882) Changes `master` to `main` in the template to reflect our branch rename. Signed-off-by: nhcarrigan --- .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 d4778f51c5..6ddc3020ba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Checklist: - [ ] I have read [freeCodeCamp's contribution guidelines](https://contribute.freecodecamp.org). - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`) -- [ ] My pull request targets the `master` branch of freeCodeCamp. +- [ ] My pull request targets the `main` branch of freeCodeCamp. - [ ] All the files I changed are in the same world language, for example: only English changes, or only Chinese changes, etc.