From cd3ffb21266642c341963cb3a4513ef5b0b6421e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 02:26:56 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..176c3c4 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "antonioag95", + "name": "antonioag95", + "avatar_url": "https://avatars.githubusercontent.com/u/30556866?v=4", + "profile": "https://github.com/antonioag95", + "contributions": [ + "test", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "wireguard-dashboard", + "projectOwner": "donaldzou", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}