diff --git a/fsharp/ygosim/.all-contributorsrc b/fsharp/ygosim/.all-contributorsrc index 823165b..1ec9cd2 100644 --- a/fsharp/ygosim/.all-contributorsrc +++ b/fsharp/ygosim/.all-contributorsrc @@ -1,16 +1,17 @@ { - "files": ["README.md"], + "projectName": "ygosim", + "projectOwner": "Mateiadrielrafael", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], "imageSize": 100, + "commit": true, + "commitConvention": "gitmoji", + "contributors": [], "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 + "skipCi": "true" +} diff --git a/fsharp/ygosim/README.md b/fsharp/ygosim/README.md index 1d898f8..1ae3d7d 100644 --- a/fsharp/ygosim/README.md +++ b/fsharp/ygosim/README.md @@ -7,3 +7,16 @@ # Ygosim Random yugioh engine I'm making to get a better grasp of f# and functional programming in general. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file