generated from moul/golang-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
40 lines (40 loc) · 1.01 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
"contributors": [
{
"login": "blaggacao",
"name": "David Arnold",
"avatar_url": "https://avatars2.githubusercontent.com/u/7548295?v=4",
"profile": "https://github.com/blaggacao",
"contributions": [
"maintenance",
"doc",
"test",
"code"
]
},
{
"login": "lina2358",
"name": "Lina Avendano",
"avatar_url": "https://avatars2.githubusercontent.com/u/31328370?s=460&v=4",
"profile": "https://github.com/lina2358",
"contributions": [
"financial",
"business",
"ideas",
"projectManagement"
]
}
],
"contributorsPerLine": 14,
"projectName": "vicidial-go",
"projectOwner": "blaggacao",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}