From 321bf8b12ffb56cc4f541ba043fd5e2a54b5419f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Wed, 5 Jun 2019 13:22:19 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..1325ae15 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "AviKav", + "name": "AviKav", + "avatar_url": "https://avatars2.githubusercontent.com/u/18518861?v=4", + "profile": "https://avikav.net", + "contributions": [ + "bug", + "test" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "TShock", + "projectOwner": "Pryaxis", + "repoType": "github", + "repoHost": "https://github.com" +}