From 45bf5804a53e2fe7c9f019e61e23e22f66f54a11 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:22:52 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fab3f2..81da819 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # THAT CONFERENCE.COM [![GitHub issues open](https://img.shields.io/github/issues/thatconference/that.us.svg)](https://github.com/thatconference/thatconference.com/issues) [![release](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/thatconference/thatconference.com/issues) -[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors-) - +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-) ## Get started @@ -71,6 +70,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Clark Sell
Clark Sell

💻 🖋 🎨 Brett Slaski
Brett Slaski

💻 🚇 🚧 + Nate Emerson
Nate Emerson

🐛 From 0835c1af298029873951e5ea98b6c1c6a2166af3 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:22:53 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 73 ++++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ee379fd..d6557ee 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,29 +1,48 @@ { - "files": ["README.md"], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "csell5", - "name": "Clark Sell", - "avatar_url": "https://avatars1.githubusercontent.com/u/772569?v=4", - "profile": "http://unspecified.io", - "contributions": ["code", "content", "design"] - }, - { - "login": "brettski", - "name": "Brett Slaski", - "avatar_url": "https://avatars3.githubusercontent.com/u/473633?v=4", - "profile": "http://blog.brettski.com", - "contributions": ["code", "infra", "maintenance"] - } - ], - "contributorsPerLine": 7, - "projectName": "thatconference.com", - "projectOwner": "ThatConference", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true, - "commitConvention": "angular", - "commitType": "docs" + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "csell5", + "name": "Clark Sell", + "avatar_url": "https://avatars1.githubusercontent.com/u/772569?v=4", + "profile": "http://unspecified.io", + "contributions": [ + "code", + "content", + "design" + ] + }, + { + "login": "brettski", + "name": "Brett Slaski", + "avatar_url": "https://avatars3.githubusercontent.com/u/473633?v=4", + "profile": "http://blog.brettski.com", + "contributions": [ + "code", + "infra", + "maintenance" + ] + }, + { + "login": "nateemerson", + "name": "Nate Emerson", + "avatar_url": "https://avatars.githubusercontent.com/u/596293?v=4", + "profile": "http://nate.codes", + "contributions": [ + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "thatconference.com", + "projectOwner": "ThatConference", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true, + "commitConvention": "angular", + "commitType": "docs" }