From dfd2f8938f14674d8b2b83e8d9c544a85174731f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 20 Sep 2023 08:03:51 +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 e7603f70..b117293a 100644
--- a/README.md
+++ b/README.md
@@ -1440,6 +1440,7 @@ Thanks goes to these people ([emoji key][emojis]):
Jean Pan 💻 |
Tom Jenkinson 🚇 |
Alice Hendicott 💻 🐛 |
+ Zach Davis 💻 🐛 |
From 7e175d566d9d51f78377c530299848c1dbd1cedb Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 20 Sep 2023 08:03:52 +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 3eecae8d..39a8ddde 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1402,10 +1402,21 @@
"code",
"bug"
]
+ },
+ {
+ "login": "zmdavis",
+ "name": "Zach Davis",
+ "avatar_url": "https://avatars.githubusercontent.com/u/25305144?v=4",
+ "profile": "https://github.com/zmdavis",
+ "contributions": [
+ "code",
+ "bug"
+ ]
}
],
"repoHost": "https://github.com",
"contributorsPerLine": 7,
"skipCi": true,
- "commitConvention": "angular"
+ "commitConvention": "angular",
+ "commitType": "docs"
}