From 5be59f2c3e08b942ecbc899bff82bdea197ab98e Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 6 Sep 2020 23:55:28 -0700 Subject: [PATCH] update frontmatter --- .../post/lessons-learned-from-being-a-zio-contributor.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/post/lessons-learned-from-being-a-zio-contributor.md b/content/post/lessons-learned-from-being-a-zio-contributor.md index b44fba9..554515c 100644 --- a/content/post/lessons-learned-from-being-a-zio-contributor.md +++ b/content/post/lessons-learned-from-being-a-zio-contributor.md @@ -1,12 +1,13 @@ +++ title = "Lessons Learned From Being a ZIO Contributor" date = 2020-09-05T12:43:34-07:00 -draft = false -keywords = ["functional programming", "scala", "zio", "open source", "lambdaconf", "contributor"] description = "Contributing to your first open source project can be daunting but is a rewarding experience. In this post I will discuss what it is like to contribute to the ZIO Scala library, what lessons were learned from this experience, and discuss how you can get started contributing to your first open source project." +draft = false +toc = true +featuredImage = "https://github.com/zio/zio/blob/master/ZIO.png?raw=true" +keywords = ["functional programming", "scala", "zio", "open source", "lambdaconf", "contributor"] tags = ["functional programming", "scala", "zio", "open source"] -categories = ["functional programming", "scala", "zio", "open source"] -lastmod = 2020-09-05T12:43:34-07:00 +categories = ["functional programming", "scala", "zio", "open source", "conference", "talks"] +++