From 48cc0d2f8c14a6557b9d9abbb93c0378eae8a38d Mon Sep 17 00:00:00 2001 From: ultimateownsz Date: Fri, 28 Mar 2025 23:24:54 +0100 Subject: [PATCH 1/3] old method comment out makes the new implementation easier with all contributor bot --- CREDITS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 1cb2871..2aac4bf 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -73,7 +73,7 @@ This file provides credits for all assets, tools, and contributions that have be ## Contributors - + \ No newline at end of file From e6c8a0785f0a6dc8fccdf718a35e78b0cdcff14d Mon Sep 17 00:00:00 2001 From: ultimateownsz Date: Fri, 28 Mar 2025 23:26:30 +0100 Subject: [PATCH 2/3] add all contributor config add easier implementation to mention old/new contributors and saves it in the CREDITS.md file! --- .all-contributorsrc | 24 ++++++++++++++++++++++++ CREDITS.md | 11 ++++++++++- README.md | 1 + 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..8b32dff --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "projectName": "Pyceas", + "projectOwner": "PyCeas", + "repoType": "github", + "repoHost": "https://github.com/PyCeas/Pyceas", + "files": ["CREDITS.md"], + "imageSize": 100, + "commit": false, + "contributorsPerLine": 7, + "contributorsSortAlphabetically": false, + "badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)", + "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "linkToUsage": true, + "skipCi": true, + "contributors": [] + } \ No newline at end of file diff --git a/CREDITS.md b/CREDITS.md index 2aac4bf..42d440f 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -84,4 +84,13 @@ This file provides credits for all assets, tools, and contributions that have be - **Purple Prog** - **Role**: Programmer - - **Github**: [purpleprog](https://github.com/PurpleProg) --> \ No newline at end of file + - **Github**: [purpleprog](https://github.com/PurpleProg) --> + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 6cad685..968ab0b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Discord](https://discord.com/api/guilds/1272287320934056066/widget.png)](https://discord.gg/s2P9fZbeZs) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/) [![License](https://img.shields.io/github/license/PyCeas/PyCeas)](https://github.com/PyCeas/Pyceas/blob/main/LICENSE) +[![All Contributors](https://img.shields.io/github/all-contributors/PyCeas/Pyceas?color=ee8449&style=flat-square)](#contributors) ## Table of Contents - [PyCeas - Open Source Pirate (Adventure) Board Game](#pyceas---open-source-pirate-adventure-board-game) From 8eefa0564cfe31bd56fafd5b6fff095a9ff17a9e Mon Sep 17 00:00:00 2001 From: ultimateownsz Date: Sat, 29 Mar 2025 12:38:02 +0100 Subject: [PATCH 3/3] fix(URL link) fix correct repoHost URL. --- .all-contributorsrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 8b32dff..411ea09 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2,8 +2,10 @@ "projectName": "Pyceas", "projectOwner": "PyCeas", "repoType": "github", - "repoHost": "https://github.com/PyCeas/Pyceas", - "files": ["CREDITS.md"], + "repoHost": "https://github.com/", + "files": [ + "CREDITS.md" + ], "imageSize": 100, "commit": false, "contributorsPerLine": 7,