From 6d551e354dc130be1172a0d40d65857a80edec5c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 29 Sep 2022 22:26:06 +0100 Subject: [PATCH] docs(daily-email): add a link to GitHub diff --git a/website/source/_daily_emails/2022-09-28.md b/website/source/_daily_emails/2022-09-28.md index e9f6378..44a5770 100644 --- a/website/source/_daily_emails/2022-09-28.md +++ b/website/source/_daily_emails/2022-09-28.md @@ -13,6 +13,8 @@ We worked on the FizzBuzz kata in PHP, using Pest for our automated tests. We followed the Driver and Navigator model, with one person responsible for the typing and interpreting the instructions from the Navigators, and switched roles every ten minutes. +You can [see the code that we wrote](https://github.com/opdavies/code-katas/blob/1da5dd5a79bc7ca083c0c4216fc3b4b0854f623d/php/tests/FizzBuzzTest.php) on my code katas GitHub repository. + It was a fun experience and nice to code with some people who I hadn't coded with before. We did some code kata sessions during our online meetups which also seemed to go well, so coding nights on katas or personal or open-source projects might be something that we do more of in the future. --- website/source/_daily_emails/2022-09-28.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/_daily_emails/2022-09-28.md b/website/source/_daily_emails/2022-09-28.md index e9f63782..44a5770c 100644 --- a/website/source/_daily_emails/2022-09-28.md +++ b/website/source/_daily_emails/2022-09-28.md @@ -13,6 +13,8 @@ We worked on the FizzBuzz kata in PHP, using Pest for our automated tests. We followed the Driver and Navigator model, with one person responsible for the typing and interpreting the instructions from the Navigators, and switched roles every ten minutes. +You can [see the code that we wrote](https://github.com/opdavies/code-katas/blob/1da5dd5a79bc7ca083c0c4216fc3b4b0854f623d/php/tests/FizzBuzzTest.php) on my code katas GitHub repository. + It was a fun experience and nice to code with some people who I hadn't coded with before. We did some code kata sessions during our online meetups which also seemed to go well, so coding nights on katas or personal or open-source projects might be something that we do more of in the future.