Skip to content

Commit e73e130

Browse files
authored
Merge pull request #4 from OpenFunction/all-contributors/add-anycodes
2 parents d2d8cc8 + 88c3989 commit e73e130

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.all-contributorsrc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,20 @@
88
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
99
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
1010
"types": {},
11-
"skipCi": "true"
11+
"skipCi": true,
12+
"projectName": "serverless-devs",
13+
"projectOwner": "OpenFunction",
14+
"repoType": "github",
15+
"repoHost": "https://github.com",
16+
"contributors": [
17+
{
18+
"login": "anycodes",
19+
"name": "Anycodes",
20+
"avatar_url": "https://avatars.githubusercontent.com/u/21079031?v=4",
21+
"profile": "https://www.anycodes.cn",
22+
"contributions": [
23+
"content"
24+
]
25+
}
26+
]
1227
}

0 commit comments

Comments
 (0)