docs: remove guide specific checklist points (#38240)

This commit is contained in:
mrugesh
2020-02-20 20:43:51 +05:30
committed by GitHub
parent 7cdf01276d
commit dfe2d91360

View File

@ -1,12 +1,14 @@
Checklist:
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. --> <!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
- [ ] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [ ] 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 has a descriptive title (not a vague title like `Update index.md`)
- [ ] My pull request targets the `master` branch of freeCodeCamp. - [ ] 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.
- [ ] 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.
<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.--> <!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->
Closes #XXXXX Closes #XXXXX
<!-- Feel free to add any addtional description of changes below this line -->