diff --git a/.all-contributorsrc b/.all-contributorsrc index 0c7013c9..bb7f5c21 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,22 +1,32 @@ { - "badgeTemplate": "\"All 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />", - "commit": false, - "commitConvention": "angular", - "contributors": [ - { - "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", - "contributions": ["tool", "code", "bug", "ideas", "maintenance"], - "login": "JoshuaKGoldberg", - "name": "Josh Goldberg", - "profile": "http://www.joshuakgoldberg.com" - } - ], - "contributorsPerLine": 7, - "contributorsSortAlphabetically": true, - "files": ["README.md"], - "imageSize": 100, - "projectName": "sentences-per-line", - "projectOwner": "JoshuaKGoldberg", - "repoHost": "https://github.com", - "repoType": "github" + "badgeTemplate": "\"All 👪\" src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>_👪-21bb42.svg\" />", + "commit": false, + "commitConvention": "angular", + "contributors": [ + { + "avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4", + "contributions": [ + "tool", + "code", + "bug", + "ideas", + "maintenance", + "infra" + ], + "login": "JoshuaKGoldberg", + "name": "Josh Goldberg", + "profile": "http://www.joshuakgoldberg.com" + } + ], + "contributorsPerLine": 7, + "contributorsSortAlphabetically": true, + "files": [ + "README.md" + ], + "imageSize": 100, + "projectName": "sentences-per-line", + "projectOwner": "JoshuaKGoldberg", + "repoHost": "https://github.com", + "repoType": "github", + "commitType": "docs" }