Merge pull request #586 from kriadmin/patch-10

Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Angelos Chalaris
2018-01-31 16:00:27 +02:00
committed by GitHub

View File

@ -6,9 +6,6 @@
<!--- Describe your changes in detail -->
**Resolves** #(issue number) <!--- Delete if not a issue fix-->
<!--- Provide a link to the method your trying to [ADD] or [UPDATE] in the Description -->
**Lodash[ACTION]** #100 -> https://lodash.com/docs/4.17.4#(method) <!--- Delete if not a Lodash[ADD OR UPDATE] -->
## 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)
<!--- Provide a link to the method your trying to [ADD] or [UPDATE] in the Description above -->
<!--- Add the prefix [UPDATE: `method.md`] or [ADD: `method.md`] to the Title & Desciption -->
- [ ] I added the prefix [UPDATE: `method.md`] or [ADD: `method.md`]
- [ ] I have referenced the `method` to the lodash backlog.
## Checklist:
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.