From ad79f47bcc1e2117e88872e99d5bcec2946979d7 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 12 Dec 2018 09:46:53 +0800 Subject: [PATCH] Add a checkbox to tell people to only change files of one language at a time (#34645) --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e0217394b5..adbe1a9bc6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,8 @@ - [ ] My pull request has a descriptive title (not a vague title like `Update index.md`) - [ ] My pull request targets the `master` branch of freeCodeCamp. - [ ] None of my changes are plagiarized from another source without proper attribution. -- [ ] My article does not contain shortened URLs or affiliate links. +- [ ] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.) +- [ ] My changes do not use shortened URLs or affiliate links.