From 4867411592e1db328947ec8d644d9cd501c75d78 Mon Sep 17 00:00:00 2001 From: King Date: Wed, 20 Dec 2017 13:50:17 -0500 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 310dae48f..240f8953c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,9 @@ **Resolves** #(issue number) + +**Lodash[ACTION]** #100 -> https://lodash.com/docs/4.17.4#(method) + ## What does your PR belong to? - [ ] Website - [ ] Snippets @@ -17,6 +20,12 @@ - [ ] 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 reference the `method` to issue #100 accordingly. + ## Checklist: - [ ] My code follows the code style of this project. From baede9a9c054cef992f1d88c317dec8be8826cd1 Mon Sep 17 00:00:00 2001 From: King Date: Wed, 20 Dec 2017 14:01:20 -0500 Subject: [PATCH 2/2] Fix double ref of #100 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 240f8953c..c3ed31c2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,7 +24,7 @@ - [ ] I added the prefix [UPDATE: `method.md`] or [ADD: `method.md`] -- [ ] I have reference the `method` to issue #100 accordingly. +- [ ] I have referenced the `method` to the lodash backlog. ## Checklist: