-
Notifications
You must be signed in to change notification settings - Fork 14
/
.all-contributorsrc
93 lines (93 loc) · 2.33 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
85
86
87
88
89
90
91
92
93
{
"files": [
"README.md",
"docs/README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "shunkakinoki",
"name": "Shun Kakinoki",
"avatar_url": "https://avatars0.githubusercontent.com/u/39187513?v=4",
"profile": "https://www.shunkakinoki.com/",
"contributions": [
"code"
]
},
{
"login": "tianhaoz95",
"name": "Tianhao Zhou",
"avatar_url": "https://avatars3.githubusercontent.com/u/16887772?v=4",
"profile": "http://tianhaoz.com",
"contributions": [
"code"
]
},
{
"login": "davidbrenner",
"name": "davidbrenner",
"avatar_url": "https://avatars3.githubusercontent.com/u/236870?v=4",
"profile": "https://github.com/davidbrenner",
"contributions": [
"ideas",
"doc"
]
},
{
"login": "danielgomezrico",
"name": "Daniel Gomez",
"avatar_url": "https://avatars2.githubusercontent.com/u/76348?v=4",
"profile": "http://lahaus.com",
"contributions": [
"ideas"
]
},
{
"login": "RtypeStudios",
"name": "RtypeStudios",
"avatar_url": "https://avatars3.githubusercontent.com/u/990114?v=4",
"profile": "https://github.com/RtypeStudios",
"contributions": [
"question",
"doc",
"tutorial"
]
},
{
"login": "M123-dev",
"name": "Marvin M",
"avatar_url": "https://avatars.githubusercontent.com/u/39344769?v=4",
"profile": "https://github.com/M123-dev",
"contributions": [
"ideas"
]
},
{
"login": "ch-muhammad-adil",
"name": "Muhammad Adil",
"avatar_url": "https://avatars.githubusercontent.com/u/8264639?v=4",
"profile": "https://www.upwork.com/o/profiles/users/~015f2268be670e1246/",
"contributions": [
"doc",
"bug"
]
},
{
"login": "lesliearkorful",
"name": "Leslie Arkorful",
"avatar_url": "https://avatars.githubusercontent.com/u/4087388?v=4",
"profile": "https://lesliearkorful.com",
"contributions": [
"bug",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "fastlane-plugin-flutter_version",
"projectOwner": "tianhaoz95",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}