From c076154c72a17a6db45d9e75d1edec12fe0dae17 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 15 Dec 2019 02:01:28 +0200 Subject: [PATCH] fsharp(ygosim): chore: added the all-contributors stuff Signed-off-by: prescientmoon --- fsharp/ygosim/.all-contributorsrc | 16 ++++++++++++++++ fsharp/ygosim/README.md | 6 ++++++ 2 files changed, 22 insertions(+) create mode 100644 fsharp/ygosim/.all-contributorsrc diff --git a/fsharp/ygosim/.all-contributorsrc b/fsharp/ygosim/.all-contributorsrc new file mode 100644 index 0000000..823165b --- /dev/null +++ b/fsharp/ygosim/.all-contributorsrc @@ -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 %>
<%= contributions %>", + "types": { + "custom": { + "symbol": "🔭", + "description": "A custom contribution type.", + "link": "[<%= symbol %>](<%= url %> \"<%= description %>\")," + } + }, + "skipCi": "true", + "contributors": [] +} \ No newline at end of file diff --git a/fsharp/ygosim/README.md b/fsharp/ygosim/README.md index cf2f4e6..1d898f8 100644 --- a/fsharp/ygosim/README.md +++ b/fsharp/ygosim/README.md @@ -1,3 +1,9 @@ + + +[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) + + + # Ygosim Random yugioh engine I'm making to get a better grasp of f# and functional programming in general.