From b5f4b59bcc667bfe23e6cb01f48817ca1b617f79 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:33:44 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7d3d97c..70124ea 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,13 @@ See [ARCHITECTURE.md](ARCHITECTURE.md) for a detailed breakdown of **gh-stack**' + + + + + + +
Matt Van Horn
Matt Van Horn

💻
From c4a1ef2d2b61c5f802c50a7e409cea7af4d57035 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 21:33:45 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 376c546..602e881 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,21 @@ { "projectName": "gh-stack", - "projectOwner": "boneskull" + "projectOwner": "boneskull", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "mvanhorn", + "name": "Matt Van Horn", + "avatar_url": "https://avatars.githubusercontent.com/u/455140?v=4", + "profile": "https://github.com/mvanhorn", + "contributions": [ + "code" + ] + } + ] }