From bba7d12b8ceffb3e69398b5421fedf30c650166f Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Wed, 10 Apr 2024 18:14:19 +0200 Subject: [PATCH] Create README.md for community blog posts Signed-off-by: Marc Duiker --- blogposts/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 blogposts/README.md diff --git a/blogposts/README.md b/blogposts/README.md new file mode 100644 index 0000000..f27cad0 --- /dev/null +++ b/blogposts/README.md @@ -0,0 +1,14 @@ +# Dapr blog posts + +This file contains links to Dapr blog posts written by community members. This file is used to award community members with a [Dapr Writer digital badge](https://www.holopin.io/sticker/clt3emu6c189400fjtk3prlisi). + +## Adding your Dapr blog post + +1. [Fork this repository](https://github.com/dapr/community/fork). +2. Add a new row to the table below with your name, GitHub handle, and a markdown link to your Dapr blog post. +3. Create a pull request to [dapr/community](https://github.com/dapr/community) with the updated table. +4. One of the Dapr community managers will check your blog post, merge your PR, and reward you with a [Dapr Writer badge](https://www.holopin.io/sticker/clt3emu6c189400fjtk3prlisi). + +| Name | GitHub handle | Title & link +| - | - | - +| Marc Duiker | @marcduiker | [Creating the Dapr game](https://marcduiker.dev/articles/dapr-game)