1
Fork 0
solar-conflux/fsharp/ygosim/.all-contributorsrc
Matei Adriel 4b76c8f8b4
fsharp(ygosim): chore: added myself as a contributor
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-15 02:17:42 +02:00

28 lines
758 B
JSON

{
"projectName": "ygosim",
"projectOwner": "Mateiadrielrafael",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"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,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"skipCi": "true"
}