From 0c255bae22038e9210f18e58da47f617c938a38d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 01:20:08 +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..4fe4a3991 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "NBTX", + "name": "John Harker", + "avatar_url": "https://avatars3.githubusercontent.com/u/43181178?v=4", + "profile": "https://github.com/NBTX", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "postwoman", + "projectOwner": "liyasthomas", + "repoType": "github", + "repoHost": "https://github.com" +}