From 29ccc5b8538569384eef4a86d6d5f577ea630717 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" Date: Sat, 23 Feb 2019 14:32:16 +0000 Subject: [PATCH] docs: create .all-contributorsrc --- .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..1ebaf5f4 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "projectName": "colouring-london", + "projectOwner": "tomalrussell", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "dominijk", + "name": "dominic", + "avatar_url": "https://avatars0.githubusercontent.com/u/6041913?v=4", + "profile": "https://dghumphrey.co.uk/", + "contributions": [ + "ideas", + "content" + ] + } + ], + "contributorsPerLine": 7 +}