From 91d344467b08443993923bd374ba3f190a4016a6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:14:33 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb0a1c9..cc4f229 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Vantroy
Vantroy

💻 Lukasz Grela
Lukasz Grela

💻 + + Ryan Wilson-Perkin
Ryan Wilson-Perkin

💻 ⚠️ + From 2410fd50f82164ce364274c778624e35b14cd11b Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:14:35 +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 4f797d0..691eb14 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -398,8 +398,19 @@ "contributions": [ "code" ] + }, + { + "login": "ryanwilsonperkin", + "name": "Ryan Wilson-Perkin", + "avatar_url": "https://avatars.githubusercontent.com/u/3004111?v=4", + "profile": "https://ryanwilsonperkin.com", + "contributions": [ + "code", + "test" + ] } ], "contributorsPerLine": 7, - "skipCi": true + "skipCi": true, + "commitType": "docs" }