diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1b104e368..33959ccdc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,9 +6,6 @@ **Resolves** #(issue number) - -**Lodash[ACTION]** #100 -> https://lodash.com/docs/4.17.4#(method) - ## What does your PR belong to? - [ ] Website - [ ] Snippets @@ -21,12 +18,6 @@ - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) -## [Lodash Backlog](https://github.com/Chalarangelo/30-seconds-of-code/issues/100) - - -- [ ] I added the prefix [UPDATE: `method.md`] or [ADD: `method.md`] -- [ ] I have referenced the `method` to the lodash backlog. - ## Checklist: - [ ] My code follows the code style of this project.