From 1979be559c1cd19b2c5850610ed058c4baee6b9c Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 25 Jan 2023 18:40:14 +0530 Subject: [PATCH] fix: update PR template (#49128) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ad5925fc84f..d95ff61a37e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,8 +2,8 @@ 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`) +- [ ] I have read and followed the [contribution guidelines](https://contribute.freecodecamp.org). +- [ ] I have read and followed the [how to open a pull request guide](https://contribute.freecodecamp.org/#/how-to-open-a-pull-request). - [ ] My pull request targets the `main` branch of freeCodeCamp. - [ ] I have tested these changes either locally on my machine, or GitPod.