From 5098cd51e33133e2f3c900d17926a94e69f9a5da Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 19 May 2023 18:08:00 +0000 Subject: [PATCH 1/2] docs: improve contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91f50958..d39c7c63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ Subsequent sub-headings *may* be: 4. Analysis (proof of correctness, best/worst/average cases, time & space complexity) 5. Walkthrough(s) of how the algorithm processes example input(s) 6. Application(s) of the algorithm -7. Further resources such as reference implementations, videos or other explanations +7. Further resources such as reference implementations, videos or other explanations. **If possible, link to The Algorithms' website as well (example: )** ### Capitalization From b577b33659c6516c61a2085d5f6da4b263f4800a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Fri, 19 May 2023 21:50:39 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d39c7c63..ed8e4534 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ Subsequent sub-headings *may* be: 4. Analysis (proof of correctness, best/worst/average cases, time & space complexity) 5. Walkthrough(s) of how the algorithm processes example input(s) 6. Application(s) of the algorithm -7. Further resources such as reference implementations, videos or other explanations. **If possible, link to The Algorithms' website as well (example: )** +7. Further resources such as reference implementations, videos or other explanations. *If possible, link to The Algorithms' website as well (example: ).* ### Capitalization