fsharp(ygosim): chore: added the all-contributors stuff
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
9b3567b0cf
commit
c076154c72
16
fsharp/ygosim/.all-contributorsrc
Normal file
16
fsharp/ygosim/.all-contributorsrc
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"files": ["README.md"],
|
||||||
|
"imageSize": 100,
|
||||||
|
"contributorsPerLine": 7,
|
||||||
|
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
||||||
|
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
|
||||||
|
"types": {
|
||||||
|
"custom": {
|
||||||
|
"symbol": "🔭",
|
||||||
|
"description": "A custom contribution type.",
|
||||||
|
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"skipCi": "true",
|
||||||
|
"contributors": []
|
||||||
|
}
|
|
@ -1,3 +1,9 @@
|
||||||
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||||
|
|
||||||
|
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
|
||||||
|
|
||||||
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||||
|
|
||||||
# Ygosim
|
# Ygosim
|
||||||
|
|
||||||
Random yugioh engine I'm making to get a better grasp of f# and functional programming in general.
|
Random yugioh engine I'm making to get a better grasp of f# and functional programming in general.
|
||||||
|
|
Loading…
Reference in a new issue