From 3d782478f33475beb169ec50d1fecf59d24295d6 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:39:55 +0000 Subject: [PATCH 1/3] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79547b6aa..03a958e6fd 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Suzanne Rozier
Suzanne Rozier

💻 📖 haworku
haworku

💻 📖 Andrew Hobson
Andrew Hobson

💻 - John Gedeon
John Gedeon

💻 + John Gedeon
John Gedeon

💻 🚧 Emily Mahanna
Emily Mahanna

💻 Brandon Lenz
Brandon Lenz

💻 📖 🚧 🐛 Jeri Sommers
Jeri Sommers

💻 From feaa676142a4ae46a88beb53ebc97afdc5acd8a0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:39:56 +0000 Subject: [PATCH 2/3] docs: update .all-contributorsrc --- .all-contributorsrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index dd0701214e..2536d23413 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -44,7 +44,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/940173?v=4", "profile": "https://github.com/gidjin", "contributions": [ - "code" + "code", + "maintenance" ] }, { @@ -255,5 +256,6 @@ } ], "contributorsPerLine": 7, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" } From 92c207a681ce0f3c323b5fe43978b72da916f53b Mon Sep 17 00:00:00 2001 From: brandonlenz Date: Tue, 6 Jun 2023 17:02:21 -0400 Subject: [PATCH 3/3] Update new commitType to be `chore` scoped to `all-contributors` --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 2536d23413..030b1d5c8f 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -257,5 +257,5 @@ ], "contributorsPerLine": 7, "commitConvention": "angular", - "commitType": "docs" + "commitType": "chore(all-contributors)" }