From 4f9122561d2febcc9b8a2bf68d8cb794d9d76ee8 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 20 Dec 2022 17:57:01 +0530 Subject: [PATCH] chore: fix pull-request template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 24f617ec82b..ad5925fc84f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,10 @@ 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 `main` branch of freeCodeCamp. -- [] I have tested these changes either locally on my machine, or GitPod. +- [ ] 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 `main` branch of freeCodeCamp. +- [ ] I have tested these changes either locally on my machine, or GitPod.