From cab2afb0d8c96506ebd7ac7e83ff787cd6cf0e26 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:57:34 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a341ab03..afb14cdb 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Thanks! 💖 - +
Josh Goldberg
Josh Goldberg

🔧 🚧
Josh Goldberg
Josh Goldberg

🔧 💻 🐛 🤔 🚧 🚇
From e7d90899f82ec899632b4b26b917d2474e391087 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 21:57:35 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 50 +++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0c7013c9..bb7f5c21 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,22 +1,32 @@ { - "badgeTemplate": "\"All 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />", - "commit": false, - "commitConvention": "angular", - "contributors": [ - { - "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", - "contributions": ["tool", "code", "bug", "ideas", "maintenance"], - "login": "JoshuaKGoldberg", - "name": "Josh Goldberg", - "profile": "http://www.joshuakgoldberg.com" - } - ], - "contributorsPerLine": 7, - "contributorsSortAlphabetically": true, - "files": ["README.md"], - "imageSize": 100, - "projectName": "sentences-per-line", - "projectOwner": "JoshuaKGoldberg", - "repoHost": "https://github.com", - "repoType": "github" + "badgeTemplate": "\"All 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />", + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", + "contributions": [ + "tool", + "code", + "bug", + "ideas", + "maintenance", + "infra" + ], + "login": "JoshuaKGoldberg", + "name": "Josh Goldberg", + "profile": "http://www.joshuakgoldberg.com" + } + ], + "contributorsPerLine": 7, + "contributorsSortAlphabetically": true, + "files": [ + "README.md" + ], + "imageSize": 100, + "projectName": "sentences-per-line", + "projectOwner": "JoshuaKGoldberg", + "repoHost": "https://github.com", + "repoType": "github", + "commitType": "docs" }