diff --git a/.all-contributorsrc b/.all-contributorsrc index df16421..389ce28 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,35 +1,53 @@ { - "projectName": "pathways", - "projectOwner": "spongedsc", - "repoType": "github", - "repoHost": "https://github.com", - "files": ["README.md"], - "imageSize": 100, - "commit": true, - "commitConvention": "none", - "contributors": [ - { - "login": "daniwasonline", - "name": "Dani", - "avatar_url": "https://avatars.githubusercontent.com/u/28845225?v=4", - "profile": "https://www.danny.works/", - "contributions": ["code", "ideas", "review"] - }, - { - "login": "artifishvr", - "name": "Arti", - "avatar_url": "https://avatars.githubusercontent.com/u/59352535?v=4", - "profile": "https://github.com/artifishvr", - "contributions": ["code", "ideas", "review", "infra", "design"] - }, - { - "login": "Butterroach", - "name": "Butterroach", - "avatar_url": "https://avatars.githubusercontent.com/u/111113093?v=4", - "profile": "https://github.com/Butterroach", - "contributions": ["bug", "code", "ideas"] - } - ], - "contributorsPerLine": 7, - "linkToUsage": true + "projectName": "pathways", + "projectOwner": "spongedsc", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [ + { + "login": "daniwasonline", + "name": "Dani", + "avatar_url": "https://avatars.githubusercontent.com/u/28845225?v=4", + "profile": "https://www.danny.works/", + "contributions": [ + "code", + "ideas", + "review" + ] + }, + { + "login": "artifishvr", + "name": "Arti", + "avatar_url": "https://avatars.githubusercontent.com/u/59352535?v=4", + "profile": "https://github.com/artifishvr", + "contributions": [ + "code", + "ideas", + "review", + "infra", + "design" + ] + }, + { + "login": "Butterroach", + "name": "Butterroach", + "avatar_url": "https://avatars.githubusercontent.com/u/111113093?v=4", + "profile": "https://github.com/Butterroach", + "contributions": [ + "bug", + "code", + "ideas", + "security" + ] + } + ], + "contributorsPerLine": 7, + "linkToUsage": true, + "commitType": "docs" }