From 5a22c09cabe53bc233194f56c7dc68d4e3ff831e Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 19 Jan 2025 18:16:18 +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 6c2eac2..b6886f2 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ Thanks! 💖
-  Josh Goldberg ✨ 💻 🖋 📖 🤔 🚇 🚧 📆 ⚠️ 🔧 |
+  Josh Goldberg ✨ 💻 🖋 📖 🤔 🚇 🚧 📆 ⚠️ 🔧 🐛 |
 michael faith 💻 🖋 📖 🤔 🚇 🚧 📆 ⚠️ 🔧 |
From 72f88004a78a64086f81ecdb9e855d1bf64ae4cf Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 19 Jan 2025 18:16:20 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 90 ++++++++++++++++++++++++---------------------
1 file changed, 48 insertions(+), 42 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index c3b0d3e..07c5709 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,44 +1,50 @@
{
- "badgeTemplate": "\t
\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" />",
- "contributors": [
- {
- "login": "JoshuaKGoldberg",
- "name": "Josh Goldberg ✨",
- "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
- "profile": "http://www.joshuakgoldberg.com/",
- "contributions": [
- "code",
- "content",
- "doc",
- "ideas",
- "infra",
- "maintenance",
- "projectManagement",
- "test",
- "tool"
- ]
- },
- {
- "login": "michaelfaith",
- "name": "michael faith",
- "avatar_url": "https://avatars.githubusercontent.com/u/8071845?v=4",
- "profile": "https://github.com/michaelfaith",
- "contributions": [
- "code",
- "content",
- "doc",
- "ideas",
- "infra",
- "maintenance",
- "projectManagement",
- "test",
- "tool"
- ]
- }
- ],
- "contributorsSortAlphabetically": true,
- "projectName": "eslint-fix-utils",
- "projectOwner": "JoshuaKGoldberg",
- "repoType": "github",
- "commitConvention": "angular"
+ "badgeTemplate": "\t
\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" />",
+ "contributors": [
+ {
+ "login": "JoshuaKGoldberg",
+ "name": "Josh Goldberg ✨",
+ "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
+ "profile": "http://www.joshuakgoldberg.com/",
+ "contributions": [
+ "code",
+ "content",
+ "doc",
+ "ideas",
+ "infra",
+ "maintenance",
+ "projectManagement",
+ "test",
+ "tool",
+ "bug"
+ ]
+ },
+ {
+ "login": "michaelfaith",
+ "name": "michael faith",
+ "avatar_url": "https://avatars.githubusercontent.com/u/8071845?v=4",
+ "profile": "https://github.com/michaelfaith",
+ "contributions": [
+ "code",
+ "content",
+ "doc",
+ "ideas",
+ "infra",
+ "maintenance",
+ "projectManagement",
+ "test",
+ "tool"
+ ]
+ }
+ ],
+ "contributorsSortAlphabetically": true,
+ "projectName": "eslint-fix-utils",
+ "projectOwner": "JoshuaKGoldberg",
+ "repoType": "github",
+ "commitConvention": "angular",
+ "files": [
+ "README.md"
+ ],
+ "commitType": "docs",
+ "contributorsPerLine": 7
}