From 8d0485f62cf8cf0774b3cb65d5a539514c0d18cc Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 22:39:07 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 08ae33e..2814d5b 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Olivia Sculley 🤔 💻 ⚠️ 🚧 🚇 🐛 📖 |
Matthew Thornton 💻 ⚠️ |
- Alex Grimes 💻 ⚠️ |
+ Alex Grimes 💻 ⚠️ 🎨 🐛 |
From c404e2e0c91534f3340cb4a6a33436fc3cefd76d Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 22:39:08 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index c92fd54..bfbef82 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,5 +1,7 @@
{
- "files": ["README.md"],
+ "files": [
+ "README.md"
+ ],
"imageSize": 100,
"commit": false,
"commitType": "docs",
@@ -25,14 +27,22 @@
"name": "Matthew Thornton",
"avatar_url": "https://avatars.githubusercontent.com/u/44626690?v=4",
"profile": "https://github.com/ThorntonMatthewD",
- "contributions": ["code", "test"]
+ "contributions": [
+ "code",
+ "test"
+ ]
},
{
"login": "Alex-Grimes",
"name": "Alex Grimes",
"avatar_url": "https://avatars.githubusercontent.com/u/66704965?v=4",
"profile": "https://github.com/Alex-Grimes",
- "contributions": ["code", "test"]
+ "contributions": [
+ "code",
+ "test",
+ "design",
+ "bug"
+ ]
}
],
"contributorsPerLine": 7,