Skip to content

Commit e6c8a07

Browse files
committed
add all contributor config
add easier implementation to mention old/new contributors and saves it in the CREDITS.md file!
1 parent 48cc0d2 commit e6c8a07

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.all-contributorsrc

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"projectName": "Pyceas",
3+
"projectOwner": "PyCeas",
4+
"repoType": "github",
5+
"repoHost": "https://github.com/PyCeas/Pyceas",
6+
"files": ["CREDITS.md"],
7+
"imageSize": 100,
8+
"commit": false,
9+
"contributorsPerLine": 7,
10+
"contributorsSortAlphabetically": false,
11+
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
12+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
13+
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
14+
"types": {
15+
"custom": {
16+
"symbol": "🔭",
17+
"description": "A custom contribution type.",
18+
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
19+
}
20+
},
21+
"linkToUsage": true,
22+
"skipCi": true,
23+
"contributors": []
24+
}

CREDITS.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,13 @@ This file provides credits for all assets, tools, and contributions that have be
8484
8585
- **Purple Prog**
8686
- **Role**: Programmer
87-
- **Github**: [purpleprog](https://github.com/PurpleProg) -->
87+
- **Github**: [purpleprog](https://github.com/PurpleProg) -->
88+
89+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
90+
<!-- prettier-ignore-start -->
91+
<!-- markdownlint-disable -->
92+
93+
<!-- markdownlint-restore -->
94+
<!-- prettier-ignore-end -->
95+
96+
<!-- ALL-CONTRIBUTORS-LIST:END -->

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Discord](https://discord.com/api/guilds/1272287320934056066/widget.png)](https://discord.gg/s2P9fZbeZs)
44
[![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/)
55
[![License](https://img.shields.io/github/license/PyCeas/PyCeas)](https://github.com/PyCeas/Pyceas/blob/main/LICENSE)
6+
[![All Contributors](https://img.shields.io/github/all-contributors/PyCeas/Pyceas?color=ee8449&style=flat-square)](#contributors)
67

78
## Table of Contents
89
- [PyCeas - Open Source Pirate (Adventure) Board Game](#pyceas---open-source-pirate-adventure-board-game)

0 commit comments

Comments
 (0)