diff --git a/.all-contributorsrc b/.all-contributorsrc index a0ff145..16dad03 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -8,5 +8,20 @@ "badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)", "contributorTemplate": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", "types": {}, - "skipCi": "true" + "skipCi": true, + "projectName": "serverless-devs", + "projectOwner": "OpenFunction", + "repoType": "github", + "repoHost": "https://github.com", + "contributors": [ + { + "login": "anycodes", + "name": "Anycodes", + "avatar_url": "https://avatars.githubusercontent.com/u/21079031?v=4", + "profile": "https://www.anycodes.cn", + "contributions": [ + "content" + ] + } + ] }