1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00

docs: add Aviortheking as a contributor for code, data (#128)

* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

* Fix All contributor not displaying correctly

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
allcontributors[bot]
2021-11-02 17:03:52 +01:00
committed by GitHub
parent f8be90b71d
commit cce0236851
2 changed files with 51 additions and 0 deletions

26
.all-contributorsrc Normal file
View File

@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "<a href=\"#contributors-\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\" alt=\"All Contributors Badge\" /></a>",
"contributors": [
{
"login": "Aviortheking",
"name": "Avior",
"avatar_url": "https://avatars.githubusercontent.com/u/15822031?v=4",
"profile": "https://www.avior.me/",
"contributions": [
"code",
"data"
]
}
],
"contributorsPerLine": 7,
"projectName": "cards-database",
"projectOwner": "tcgdex",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}