From b1eeb0fb117e780f567e9cc6d5578043546b2b2e Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Sat, 22 May 2021 19:53:56 +0530 Subject: [PATCH] docs: update PR template (#42210) * docs: update PR template * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Co-authored-by: Sem Bauke <46919888+Sembauke@users.noreply.github.com> --- .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 6ddc3020ba..ad5925fc84 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,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 `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. +- [ ] I have tested these changes either locally on my machine, or GitPod.