From 5029de2adb4e2c25415847a797b1203087729c7a Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 30 Nov 2023 17:35:03 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 60c3bf0..84147d5 100644
--- a/README.md
+++ b/README.md
@@ -1522,12 +1522,15 @@ Mathy Core wouldn't be possible without the wonderful contributions of the follo
-
+
From 0a122d8c3c9356da05958b5675f66f9843d85015 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 30 Nov 2023 17:35:04 +0000
Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci]
---
.all-contributorsrc | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 311d240..22edabd 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
{
"projectName": "mathy_core",
- "projectOwner": "justindujardin",
+ "projectOwner": "mathy",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
@@ -17,10 +17,21 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "ElSupreme",
+ "name": "JT Stukes",
+ "avatar_url": "https://avatars.githubusercontent.com/u/13594721?v=4",
+ "profile": "https://github.com/ElSupreme",
+ "contributions": [
+ "doc"
+ ]
}
],
"skipCi": true,
"contributorsPerLine": 7,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
- "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>"
+ "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>",
+ "commitType": "docs",
+ "commitConvention": "angular"
}