From cce023685161ea27c0014a1bcebb878ae48150ab Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:03:52 +0100 Subject: [PATCH] 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 --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ README.md | 25 +++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..01518915e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "badgeTemplate": "-orange.svg?style=flat-square\" alt=\"All Contributors Badge\" />", + "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 +} diff --git a/README.md b/README.md index d60063e02..6b7d6cc1a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Compiler build passing + + + Compiler build passing + +

# Pokemon TCGdex Cards Database @@ -74,3 +79,23 @@ As of February 2021, the v1 API is no longer supported. This database is not produced, endorsed, supported or affiliated with Nintendo or The Pokémon Company The Database is licensed under the MIT License. A copy of the license is available in [LICENSE](./LICENSE) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Avior

💻 🔣
+ + + + + + +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