From 4c78a2eefb38adc19611e7c2708d92fec4f6a6bb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:34:40 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a74989..412b227 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-badges.svg)](https://forthebadge.com) ![GitHub issues](https://img.shields.io/github/issues/Les-Projects/mcss-api-java?style=for-the-badge) ![GitHub pull requests](https://img.shields.io/github/issues-pr/Les-Projects/mcss-api-java?label=Pull%20Requests&style=for-the-badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) ## Introduction @@ -18,6 +18,13 @@ You're more than welcome to contribute and improve the code. + + + + + + +
LostAndDead
LostAndDead

🧑‍🏫 🤔 👀
From 05ade899a741853a75bbcc25ed9438e17b97587d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:34:57 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 4088c6a..1927e56 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -5,5 +5,22 @@ "repoHost": "https://github.com", "linkToUsage": false, "skipCi": true, - "contributors": [] -} \ No newline at end of file + "contributors": [ + { + "login": "LostAndDead", + "name": "LostAndDead", + "avatar_url": "https://avatars.githubusercontent.com/u/39418539?v=4", + "profile": "https://lostanddead.co.uk", + "contributions": [ + "mentoring", + "ideas", + "review" + ] + } + ], + "files": [ + "README.md" + ], + "commitConvention": "angular", + "contributorsPerLine": 7 +}