From 8354c25e539d0f94847db664bf3be5c88df27e7f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 11:33:19 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 000000000..d19459f3c --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "oxr463", + "name": "Lucas Ramage", + "avatar_url": "https://avatars1.githubusercontent.com/u/43783393?v=4", + "profile": "https://lramage.gitlab.io", + "contributions": [ + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "nodegui", + "projectOwner": "nodegui", + "repoType": "github", + "repoHost": "https://github.com" +}