From 13761c26c9514ce8ad3e4ccdafa7385513dd4701 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 26 Jul 2023 13:28:20 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 8dbaf24..cee1977 100644
--- a/README.md
+++ b/README.md
@@ -236,6 +236,7 @@ Thanks goes to these people ([emoji key][emojis]):
 Florian Pabst 💻 |
+  Mark Goho 🚧 📖 |
From 9c98689d0252374830ed487e1006d26bae17df4a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 26 Jul 2023 13:28:21 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 7780dd0..df52318 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -350,6 +350,16 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "markgoho",
+ "name": "Mark Goho",
+ "avatar_url": "https://avatars.githubusercontent.com/u/9759954?v=4",
+ "profile": "https://rochesterparks.org",
+ "contributions": [
+ "maintenance",
+ "doc"
+ ]
}
],
"contributorsPerLine": 7,
@@ -358,5 +368,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
- "commitConvention": "angular"
+ "commitConvention": "angular",
+ "commitType": "docs"
}