-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
.all-contributorsrc
37 lines (37 loc) · 949 Bytes
/
.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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg)](#contributors)",
"contributors": [
{
"login": "moul",
"name": "Manfred Touron",
"avatar_url": "https://avatars1.githubusercontent.com/u/94029?v=4",
"profile": "http://manfred.life",
"contributions": [
"maintenance",
"doc",
"test",
"code"
]
},
{
"login": "moul-bot",
"name": "moul-bot",
"avatar_url": "https://avatars1.githubusercontent.com/u/41326314?v=4",
"profile": "https://manfred.life/moul-bot",
"contributions": [
"maintenance"
]
}
],
"contributorsPerLine": 7,
"projectName": "golang-repo-template",
"projectOwner": "moul",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}