From 90b8a022c99f0306554ff1a736bcad3b419c0d85 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:18:56 +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 9b58e27..3202639 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md). Colin MacKenzie
Colin MacKenzie

💻 🤔 Dimitri Kopriwa
Dimitri Kopriwa

💻 - Joel
Joel

🤔 + Joel
Joel

🤔 💻 Josh Goldberg
Josh Goldberg

🔧 💻 🚧 🚇 🤔 SUZUKI Sosuke
SUZUKI Sosuke

💻 From ada2d8e7fc10b8969696b1d8ffacd76c3545f63f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:18:57 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc --- .all-contributorsrc | 116 +++++++++++++++++++++++++------------------- 1 file changed, 67 insertions(+), 49 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f72cb96..e7cc5f8 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,51 +1,69 @@ { - "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", "maintenance", "infra", "ideas"], - "login": "JoshuaKGoldberg", - "name": "Josh Goldberg", - "profile": "http://www.joshuakgoldberg.com" - }, - { - "login": "kopax-polyconseil", - "name": "Dimitri Kopriwa", - "avatar_url": "https://avatars.githubusercontent.com/u/77674046?v=4", - "profile": "https://www.kop.ax/", - "contributions": ["code"] - }, - { - "login": "mackenco", - "name": "Colin MacKenzie", - "avatar_url": "https://avatars.githubusercontent.com/u/4284340?v=4", - "profile": "https://github.com/mackenco", - "contributions": ["code", "ideas"] - }, - { - "login": "sosukesuzuki", - "name": "SUZUKI Sosuke", - "avatar_url": "https://avatars.githubusercontent.com/u/14838850?v=4", - "profile": "https://github.com/sosukesuzuki", - "contributions": ["code"] - }, - { - "login": "joel-daros", - "name": "Joel", - "avatar_url": "https://avatars.githubusercontent.com/u/992049?v=4", - "profile": "https://www.linkedin.com/in/joel-darós-95536a21/?locale=en_US", - "contributions": ["ideas"] - } - ], - "contributorsPerLine": 7, - "contributorsSortAlphabetically": true, - "files": ["README.md"], - "imageSize": 100, - "projectName": "console-fail-test", - "projectOwner": "JoshuaKGoldberg", - "repoHost": "https://github.com", - "repoType": "github", - "commitType": "docs" + "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", + "maintenance", + "infra", + "ideas" + ], + "login": "JoshuaKGoldberg", + "name": "Josh Goldberg", + "profile": "http://www.joshuakgoldberg.com" + }, + { + "login": "kopax-polyconseil", + "name": "Dimitri Kopriwa", + "avatar_url": "https://avatars.githubusercontent.com/u/77674046?v=4", + "profile": "https://www.kop.ax/", + "contributions": [ + "code" + ] + }, + { + "login": "mackenco", + "name": "Colin MacKenzie", + "avatar_url": "https://avatars.githubusercontent.com/u/4284340?v=4", + "profile": "https://github.com/mackenco", + "contributions": [ + "code", + "ideas" + ] + }, + { + "login": "sosukesuzuki", + "name": "SUZUKI Sosuke", + "avatar_url": "https://avatars.githubusercontent.com/u/14838850?v=4", + "profile": "https://github.com/sosukesuzuki", + "contributions": [ + "code" + ] + }, + { + "login": "joel-daros", + "name": "Joel", + "avatar_url": "https://avatars.githubusercontent.com/u/992049?v=4", + "profile": "https://www.linkedin.com/in/joel-darós-95536a21/?locale=en_US", + "contributions": [ + "ideas", + "code" + ] + } + ], + "contributorsPerLine": 7, + "contributorsSortAlphabetically": true, + "files": [ + "README.md" + ], + "imageSize": 100, + "projectName": "console-fail-test", + "projectOwner": "JoshuaKGoldberg", + "repoHost": "https://github.com", + "repoType": "github", + "commitType": "docs" }