From ef717e4e313ad9796bbe741467aadff793ec2129 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Sun, 28 Sep 2025 12:23:52 +0530 Subject: [PATCH] docs: prefer codespaces Updated the pull request template to reflect testing environments. --- .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 e7c087f0869..bec5ec98051 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Checklist: - [ ] 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 Ona. +- [ ] I have tested these changes either locally on my machine, or GitHub Codespaces.