From 3e5dff3cd3785e91f8e59778901b211c764d5301 Mon Sep 17 00:00:00 2001 From: "Jeffrey T. Fritz" Date: Mon, 29 Jun 2026 10:55:04 -0400 Subject: [PATCH] docs: add contributors panel to readme Mirror SharpSite's All Contributors badge, contributor panel, and config in TagzApp's README. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .all-contributorsrc | 206 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 46 ++++++++++ 2 files changed, 252 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..246659c6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,206 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "csharpfritz", + "name": "Jeffrey T. Fritz", + "avatar_url": "https://github.com/csharpfritz.png", + "profile": "https://github.com/csharpfritz", + "contributions": [ + "code" + ] + }, + { + "login": "degenone", + "name": "Tero Kilpelainen", + "avatar_url": "https://github.com/degenone.png", + "profile": "https://github.com/degenone", + "contributions": [ + "code" + ] + }, + { + "login": "Stelzi79", + "name": "Stelzi79", + "avatar_url": "https://github.com/Stelzi79.png", + "profile": "https://github.com/Stelzi79", + "contributions": [ + "code" + ] + }, + { + "login": "NapalmCodes", + "name": "Shawn Vause", + "avatar_url": "https://github.com/NapalmCodes.png", + "profile": "https://github.com/NapalmCodes", + "contributions": [ + "code" + ] + }, + { + "login": "CZEMacLeod", + "name": "Cynthia MacLeod", + "avatar_url": "https://github.com/CZEMacLeod.png", + "profile": "https://github.com/CZEMacLeod", + "contributions": [ + "code" + ] + }, + { + "login": "ElliottBrand", + "name": "Steve Elliott", + "avatar_url": "https://github.com/ElliottBrand.png", + "profile": "https://github.com/ElliottBrand", + "contributions": [ + "code" + ] + }, + { + "login": "JBraunsmaJr", + "name": "Badger", + "avatar_url": "https://github.com/JBraunsmaJr.png", + "profile": "https://github.com/JBraunsmaJr", + "contributions": [ + "code" + ] + }, + { + "login": "eric-vanartsdalen", + "name": "Eric VanArtsdalen", + "avatar_url": "https://github.com/eric-vanartsdalen.png", + "profile": "https://github.com/eric-vanartsdalen", + "contributions": [ + "code" + ] + }, + { + "login": "paddybhoy66", + "name": "Pat Woods", + "avatar_url": "https://github.com/paddybhoy66.png", + "profile": "https://github.com/paddybhoy66", + "contributions": [ + "code" + ] + }, + { + "login": "SQL-MisterMagoo", + "name": "SQL-MisterMagoo", + "avatar_url": "https://github.com/SQL-MisterMagoo.png", + "profile": "https://github.com/SQL-MisterMagoo", + "contributions": [ + "code" + ] + }, + { + "login": "mpaulosky", + "name": "mpaulosky", + "avatar_url": "https://github.com/mpaulosky.png", + "profile": "https://github.com/mpaulosky", + "contributions": [ + "code" + ] + }, + { + "login": "mcNets", + "name": "Joan Magnet", + "avatar_url": "https://github.com/mcNets.png", + "profile": "https://github.com/mcNets", + "contributions": [ + "code" + ] + }, + { + "login": "johanbenschop", + "name": "Johan Benschop", + "avatar_url": "https://github.com/johanbenschop.png", + "profile": "https://github.com/johanbenschop", + "contributions": [ + "code" + ] + }, + { + "login": "jedelfraisse", + "name": "Jonathan Delfraisse", + "avatar_url": "https://github.com/jedelfraisse.png", + "profile": "https://github.com/jedelfraisse", + "contributions": [ + "code" + ] + }, + { + "login": "justinhhorner", + "name": "Justin Horner", + "avatar_url": "https://github.com/justinhhorner.png", + "profile": "https://github.com/justinhhorner", + "contributions": [ + "code" + ] + }, + { + "login": "NickSpaghetti", + "name": "Nick Spaghetti", + "avatar_url": "https://github.com/NickSpaghetti.png", + "profile": "https://github.com/NickSpaghetti", + "contributions": [ + "code" + ] + }, + { + "login": "mogas", + "name": "Nuno Silva", + "avatar_url": "https://github.com/mogas.png", + "profile": "https://github.com/mogas", + "contributions": [ + "code" + ] + }, + { + "login": "szalapski", + "name": "Patrick Szalapski", + "avatar_url": "https://github.com/szalapski.png", + "profile": "https://github.com/szalapski", + "contributions": [ + "code" + ] + }, + { + "login": "acidrod", + "name": "Rodrigo Alarcon", + "avatar_url": "https://github.com/acidrod.png", + "profile": "https://github.com/acidrod", + "contributions": [ + "code" + ] + }, + { + "login": "ryanshaut", + "name": "Ryan Shaut", + "avatar_url": "https://github.com/ryanshaut.png", + "profile": "https://github.com/ryanshaut", + "contributions": [ + "code" + ] + }, + { + "login": "ThindalTV", + "name": "Thindal", + "avatar_url": "https://github.com/ThindalTV.png", + "profile": "https://github.com/ThindalTV", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "TagzApp", + "projectOwner": "FritzAndFriends" +} diff --git a/README.md b/README.md index 97bf7317..84e5aacc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A website tool that searches social media for hashtags, and tracks chat interaction on several live streaming services + +[![All Contributors](https://img.shields.io/badge/all_contributors-21-orange.svg?style=flat-square)](#contributors-) + + ![Screenshot from .NET Conf 2024](doc/img/dotnetconf2024-inuse.png) ### Overlay display @@ -80,3 +84,45 @@ Built on modern .NET technologies for scalability and performance: ## Contributing or running in development mode If you want to run your own version of TagzApp locally, check out the [CONTRIBUTING.md](CONTRIBUTING.md) document + +## Contributors ✨ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Jeffrey T. Fritz
Jeffrey T. Fritz

💻
Tero Kilpelainen
Tero Kilpelainen

💻
Stelzi79
Stelzi79

💻
Shawn Vause
Shawn Vause

💻
Cynthia MacLeod
Cynthia MacLeod

💻
Steve Elliott
Steve Elliott

💻
Badger
Badger

💻
Eric VanArtsdalen
Eric VanArtsdalen

💻
Pat Woods
Pat Woods

💻
SQL-MisterMagoo
SQL-MisterMagoo

💻
mpaulosky
mpaulosky

💻
Joan Magnet
Joan Magnet

💻
Johan Benschop
Johan Benschop

💻
Jonathan Delfraisse
Jonathan Delfraisse

💻
Justin Horner
Justin Horner

💻
Nick Spaghetti
Nick Spaghetti

💻
Nuno Silva
Nuno Silva

💻
Patrick Szalapski
Patrick Szalapski

💻
Rodrigo Alarcon
Rodrigo Alarcon

💻
Ryan Shaut
Ryan Shaut

💻
Thindal
Thindal

💻
+ + + + +