From 8cf24f494aafac64b9a17fdd6297e82fdf5abede Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 1 Dec 2024 05:23:30 +0000
Subject: [PATCH 1/2] docs: update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 4eb6375..e2ed4c3 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,7 @@ This was put together quite quickly, to fix the needs of go.resonite.com not wor
ProbablePrime 💻 |
Stiefel Jackal 💻 |
Jae Lo Presti 💻 |
+ bredo 💻 |
From 757612d8127690ec2aa2e01c4e4db60aec8f830d Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 1 Dec 2024 05:23:31 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc
---
.all-contributorsrc | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 34124ac..6e02d4b 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -28,8 +28,22 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "bredo228",
+ "name": "bredo",
+ "avatar_url": "https://avatars.githubusercontent.com/u/29470709?v=4",
+ "profile": "http://bredo.tech",
+ "contributions": [
+ "code"
+ ]
}
],
"repoType": "github",
- "commitConvention": "angular"
+ "commitConvention": "angular",
+ "files": [
+ "README.md"
+ ],
+ "commitType": "docs",
+ "contributorsPerLine": 7
}