From: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2019 17:25:09 +0000 (+0000) Subject: docs: create .all-contributorsrc X-Git-Tag: nightly~2412^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=refs%2Fpull%2F129%2Fhead;p=gwion.git docs: create .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" +}