fsharp(ygosim): chore: generated the base contributors table
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
c076154c72
commit
b329f35d36
|
@ -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 %><br /><%= contributions %>",
|
||||
"types": {
|
||||
"custom": {
|
||||
"symbol": "🔭",
|
||||
"description": "A custom contribution type.",
|
||||
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
||||
}
|
||||
},
|
||||
"skipCi": "true",
|
||||
"contributors": []
|
||||
"skipCi": "true"
|
||||
}
|
|
@ -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)):
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable -->
|
||||
<!-- markdownlint-enable -->
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
Loading…
Reference in a new issue