From 1c89e4e2a886a93eb122f37cdcd68b4816f0a713 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Wed, 11 Sep 2024 09:53:40 -0600 Subject: [PATCH 1/2] Add "maintained by" to readme Edit this as you see fit. If you're maintaining this for B13, add that info there as well. Thanks! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1ae548c..ccd62d9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,10 @@ The image is stored on the [GitHub Package Registry](https://github.com/ddev/dde Requires [bats-core](https://bats-core.readthedocs.io/en/stable/installation.html) and [yq](https://github.com/mikefarah/yq/tree/v4.44.2?tab=readme-ov-file#install). + + ``` DDEV_VERSION=v1.23.3 bash bats tests ``` +**Maintained by [@ochorocho](https://github.com/ochorocho)** From 063b68dcb247e89f3bc6bbfa7f7e4387e8dfa87c Mon Sep 17 00:00:00 2001 From: Jochen Date: Wed, 11 Sep 2024 19:52:15 +0200 Subject: [PATCH 2/2] [TASK] Add b13 as maintainer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd62d9..22c08d3 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ Requires [bats-core](https://bats-core.readthedocs.io/en/stable/installation.htm DDEV_VERSION=v1.23.3 bash bats tests ``` -**Maintained by [@ochorocho](https://github.com/ochorocho)** +**Maintained by [@ochorocho](https://github.com/ochorocho) and [@b13](https://github.com/b13)**