From f9a8e11de6ae33e8a2d3e280ad79ce1635876ec5 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Wed, 26 Oct 2022 23:38:13 -0700 Subject: [PATCH] chore: update checklist boxes in pull request template (#48271) chore: these boxes have been bugging me --- .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 ad5925fc84f..24f617ec82b 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.