From 3573c207af834b00f5e2ef37b8f614b508341508 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:42:43 +0000 Subject: [PATCH 1/2] Updated Documentation in README.md --- DIRECTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index 5f668918c9..e1bbd77000 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -89,6 +89,7 @@ * [ClimbingStairs](Dynamic-Programming/ClimbingStairs.js) * [CoinChange](Dynamic-Programming/CoinChange.js) * [EditDistance](Dynamic-Programming/EditDistance.js) + * [FastFibonacciNumber](Dynamic-Programming/FastFibonacciNumber.js) * [FibonacciNumber](Dynamic-Programming/FibonacciNumber.js) * [FindMonthCalendar](Dynamic-Programming/FindMonthCalendar.js) * [KadaneAlgo](Dynamic-Programming/KadaneAlgo.js) @@ -240,6 +241,7 @@ * [Problem020](Project-Euler/Problem020.js) * [Problem023](Project-Euler/Problem023.js) * [Problem025](Project-Euler/Problem025.js) + * [Problem028](Project-Euler/Problem028.js) * [Problem044](Project-Euler/Problem044.js) * **Recursive** * [BinaryEquivalent](Recursive/BinaryEquivalent.js) From f78f8d62993a358046550088e294ba484b1d46f1 Mon Sep 17 00:00:00 2001 From: David Leal Date: Tue, 18 Oct 2022 19:50:47 -0500 Subject: [PATCH 2/2] docs: improve the PR template --- .github/pull_request_template.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a755dabcd1..c15189fe25 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,19 +1,26 @@ -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/) [know more](https://www.gitpod.io/docs/pull-requests/) - -### Describe your change: +### Describe your change - [ ] Add an algorithm? - [ ] Fix a bug or typo in an existing algorithm? - [ ] Documentation change? +- [ ] Miscellaneous changes? + + -### Checklist: +