From 49a317af922850603c712a40bf3239f88b64be29 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 13:38:38 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .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..311a5487 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "vassdeniss", + "name": "vassdeniss", + "avatar_url": "https://avatars.githubusercontent.com/u/72888249?v=4", + "profile": "https://github.com/vassdeniss", + "contributions": [ + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "reValuate", + "projectOwner": "yamozha", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}