From cdf095284431a8cc619939d4b9994395ead4f3db Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 06:07:27 +0000 Subject: [PATCH 1/2] docs: update readme.md [skip ci] From 88c398944f96bd5fec43f5bae9ab9d2077f35aa5 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 06:07:28 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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" + ] + } + ] }