From b402989b38a9201591490a75cb390b1163481d60 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 20 Apr 2024 23:42:31 +0100 Subject: [PATCH] Add daily email for 2024-04-18 First commit to LocalGov Drupal Microsites --- source/_daily_emails/2024-04-18.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_daily_emails/2024-04-18.md diff --git a/source/_daily_emails/2024-04-18.md b/source/_daily_emails/2024-04-18.md new file mode 100644 index 000000000..12d9aca74 --- /dev/null +++ b/source/_daily_emails/2024-04-18.md @@ -0,0 +1,23 @@ +--- +title: I made my first commit to LocalGov Drupal Microsites +date: 2024-04-18 +permalink: archive/2024/04/18/first-commit-localgov-drupal-microsites +tags: + - software-development + - drupal + - localgov-drupal + - open-source +cta: subscription +snippet: | + This week, I submitted my first change to the LocalGov Microsites distribution. +--- + +This week, I submitted [my first change][pr] to the LocalGov Microsites project. + +It was a small change - correcting a typo that I spotted within the README file. + +It's OK to start small, especially when first working on a new codebase. + +It was a good introduction to the project and the first of what I hope to be numerous contributions to the Microsites distribution and LocalGov Drupal in general. + +[pr]: https://github.com/localgovdrupal/localgov_microsites_project/pull/43