fsharp(ygosim): chore: added myself as a contributor
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
b329f35d36
commit
4b76c8f8b4
|
@ -9,9 +9,19 @@
|
||||||
"imageSize": 100,
|
"imageSize": 100,
|
||||||
"commit": true,
|
"commit": true,
|
||||||
"commitConvention": "gitmoji",
|
"commitConvention": "gitmoji",
|
||||||
"contributors": [],
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "Mateiadrielrafael",
|
||||||
|
"name": "Matei Adriel",
|
||||||
|
"avatar_url": "https://avatars0.githubusercontent.com/u/39400800?v=4",
|
||||||
|
"profile": "https://github.com/Mateiadrielrafael",
|
||||||
|
"contributions": [
|
||||||
|
"code",
|
||||||
|
"projectManagement"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"contributorsPerLine": 7,
|
"contributorsPerLine": 7,
|
||||||
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
||||||
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
|
|
||||||
"skipCi": "true"
|
"skipCi": "true"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||||
|
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
|
||||||
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors)
|
|
||||||
|
|
||||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||||
|
|
||||||
# Ygosim
|
# Ygosim
|
||||||
|
@ -15,6 +13,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td align="center"><a href="https://github.com/Mateiadrielrafael"><img src="https://avatars0.githubusercontent.com/u/39400800?v=4" width="100px;" alt=""/><br /><sub><b>Matei Adriel</b></sub></a><br /><a href="https://github.com/Mateiadrielrafael/ygosim/commits?author=Mateiadrielrafael" title="Code">💻</a> <a href="#projectManagement-Mateiadrielrafael" title="Project Management">📆</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-enable -->
|
<!-- markdownlint-enable -->
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||||
|
|
3
fsharp/ygosim/package-lock.json
generated
Normal file
3
fsharp/ygosim/package-lock.json
generated
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
Loading…
Reference in a new issue