diff --git a/.all-contributorsrc b/.all-contributorsrc index 30d7d2c..eb840bb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,4 +1,23 @@ { "projectName": "PolySolve", - "projectOwner": "jono-rams" -} \ No newline at end of file + "projectOwner": "jono-rams", + "files": [ + "README.md" + ], + "commitType": "docs", + "commitConvention": "angular", + "contributorsPerLine": 7, + "contributors": [ + { + "login": "jono-rams", + "name": "Jonathan Rampersad", + "avatar_url": "https://avatars.githubusercontent.com/u/29872001?v=4", + "profile": "https://jono-rams.work", + "contributions": [ + "code", + "doc", + "infra" + ] + } + ] +}