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 <nhcarrigan@gmail.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-02-02 11:14:04 -08:00
committed by GitHub
parent 1dc01df7df
commit 2a23c2d989

View File

@ -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.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->