From f8eaddb39fdddc52dd8b9df576971f3629f4d37e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:53:26 +0000 Subject: [PATCH 1/2] update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b5be8a7..ade95aa 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,17 @@ Thanks goes to these wonderful people, sorted alphabetically ([emoji key](https: + + + + + + +
Stefan Pfenninger-Lee
Stefan Pfenninger-Lee

📖 💻 🤔
+ + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From fab6cb2960021661e0b894116922dea1ccfafaa2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:53:27 +0000 Subject: [PATCH 2/2] update .all-contributorsrc --- .all-contributorsrc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 1375cbe..ebc6e7f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -9,8 +9,21 @@ "imageSize": 100, "commit": false, "commitConvention": "none", - "contributors": [], + "contributors": [ + { + "login": "sjpfenninger", + "name": "Stefan Pfenninger-Lee", + "avatar_url": "https://avatars.githubusercontent.com/u/141709?v=4", + "profile": "http://www.pfenninger.org", + "contributions": [ + "doc", + "code", + "ideas" + ] + } + ], "contributorsPerLine": 7, "linkToUsage": false, - "contributorsSortAlphabetically": true + "contributorsSortAlphabetically": true, + "commitType": "docs" }