forked from ivoleitao/stash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
54 lines (54 loc) · 1.31 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"projectName": "stash",
"projectOwner": "ivoleitao",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "blaugold",
"name": "Gabriel Terwesten",
"avatar_url": "https://avatars.githubusercontent.com/u/5929595?v=4",
"profile": "https://github.com/blaugold",
"contributions": [
"doc",
"code",
"test",
"example"
]
},
{
"login": "ilikerobots",
"name": "Mike Hoolehan",
"avatar_url": "https://avatars.githubusercontent.com/u/6736189?v=4",
"profile": "https://ilikerobots.github.io/",
"contributions": [
"test"
]
},
{
"login": "tjarvstrand",
"name": "Thomas Järvstrand",
"avatar_url": "https://avatars.githubusercontent.com/u/394280?v=4",
"profile": "https://github.com/tjarvstrand",
"contributions": [
"bug"
]
},
{
"login": "RomainFranceschini",
"name": "Romain Franceschini",
"avatar_url": "https://avatars.githubusercontent.com/u/470056?v=4",
"profile": "https://github.com/RomainFranceschini",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}