From dfe2d9136098177dbeded4ea51f46e5a4c3cdd1e Mon Sep 17 00:00:00 2001 From: mrugesh <1884376+raisedadead@users.noreply.github.com> Date: Thu, 20 Feb 2020 20:43:51 +0530 Subject: [PATCH] docs: remove guide specific checklist points (#38240) --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index adbe1a9bc6..d9c533ed66 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,14 @@ +Checklist: + - [ ] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [ ] 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. -- [ ] 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. +- [ ] All the files I changed are in the same world language, for example: only English changes, or only Chinese changes, etc. Closes #XXXXX + +