From 9aa820d8bb5d8f136c2f9889b405a87b6453eace Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2019 17:25:09 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..ed1c81e6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "PaulBatchelor", + "name": "Paul Batchelor", + "avatar_url": "https://avatars3.githubusercontent.com/u/8139389?v=4", + "profile": "http://paulbatchelor.github.io", + "contributions": [ + "question", + "bug", + "code", + "ideas" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Gwion", + "projectOwner": "fennecdjay", + "repoType": "github", + "repoHost": "https://github.com" +} -- 2.43.0