-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
84 lines (84 loc) · 2.06 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "CodyDWJones",
"name": "CodyDWJones",
"avatar_url": "https://avatars.githubusercontent.com/u/28773740?v=4",
"profile": "https://github.com/CodyDWJones",
"contributions": [
"code",
"platform",
"infra"
]
},
{
"login": "mwerschy",
"name": "Malte Werschy",
"avatar_url": "https://avatars.githubusercontent.com/u/6616804?v=4",
"profile": "https://github.com/mwerschy",
"contributions": [
"code",
"platform"
]
},
{
"login": "intelligide",
"name": "Yoann Potinet",
"avatar_url": "https://avatars.githubusercontent.com/u/12529837?v=4",
"profile": "https://gitlab.com/intelligide",
"contributions": [
"infra"
]
},
{
"login": "operasfantom",
"name": "Pavel Iatchenii",
"avatar_url": "https://avatars.githubusercontent.com/u/31903947?v=4",
"profile": "https://github.com/operasfantom",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "GermanAizek",
"name": "Herman Semenov",
"avatar_url": "https://avatars.githubusercontent.com/u/21138600?v=4",
"profile": "https://github.com/GermanAizek",
"contributions": [
"code"
]
},
{
"login": "valgur",
"name": "Martin Valgur",
"avatar_url": "https://avatars.githubusercontent.com/u/1778160?v=4",
"profile": "https://github.com/valgur",
"contributions": [
"code"
]
},
{
"login": "Kethers",
"name": "Kethers",
"avatar_url": "https://avatars.githubusercontent.com/u/49612587?v=4",
"profile": "https://github.com/Kethers",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "rtm",
"projectOwner": "nfrechette",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}