diff --git a/.all-contributorsrc b/.all-contributorsrc index b76828a..18c5125 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,13 +1,23 @@ { - "projectName": "NHSRdatasets", - "projectOwner": "nhs-r-community", "files": [ "README.md" ], + "imageSize": 100, + "commit": false, "commitType": "docs", "commitConvention": "angular", - "contributorsPerLine": 7, "contributors": [ + { + "login": "Lextuga007", + "name": "Zoƫ Turner", + "avatar_url": "https://avatars.githubusercontent.com/u/39963221?v=4", + "profile": "https://philosopher-analyst.netlify.app/", + "contributions": [ + "code", + "doc", + "maintenance" + ] + }, { "login": "francisbarton", "name": "Fran Barton", @@ -27,5 +37,11 @@ "maintenance" ] } - ] + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "nhs-r-community", + "projectOwner": "nhs-r-community" }