-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.all-contributorsrc
executable file
·128 lines (128 loc) · 3.26 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "favoyang",
"name": "Favo Yang",
"avatar_url": "https://avatars.githubusercontent.com/u/125390?v=4",
"profile": "http://littlebigfun.com",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "ComradeVanti",
"name": "Ramon Brullo",
"avatar_url": "https://avatars.githubusercontent.com/u/31240807?v=4",
"profile": "https://comradevanti.itch.io",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "nowsprinting",
"name": "Koji Hasegawa",
"avatar_url": "https://avatars.githubusercontent.com/u/117617?v=4",
"profile": "https://nowsprinting.github.io/",
"contributions": [
"code",
"bug"
]
},
{
"login": "MonoLogueChi",
"name": "MonoLogueChi",
"avatar_url": "https://avatars.githubusercontent.com/u/26868745?v=4",
"profile": "https://blog.xxwhite.com",
"contributions": [
"bug"
]
},
{
"login": "from2001",
"name": "Masahiro Yamaguchi",
"avatar_url": "https://avatars.githubusercontent.com/u/387880?v=4",
"profile": "https://twitter.com/from2001vr",
"contributions": [
"bug"
]
},
{
"login": "maxhimmel",
"name": "Max Himmel",
"avatar_url": "https://avatars.githubusercontent.com/u/20761855?v=4",
"profile": "https://github.com/maxhimmel",
"contributions": [
"bug"
]
},
{
"login": "Zulu-Inuoe",
"name": "Wilfredo Velázquez-Rodríguez",
"avatar_url": "https://avatars.githubusercontent.com/u/1526310?v=4",
"profile": "https://github.com/Zulu-Inuoe",
"contributions": [
"bug"
]
},
{
"login": "TGChrisRArendt",
"name": "Christopher Arendt",
"avatar_url": "https://avatars.githubusercontent.com/u/47191729?v=4",
"profile": "https://github.com/TGChrisRArendt",
"contributions": [
"bug"
]
},
{
"login": "Blackclaws",
"name": "Felix Winterhalter",
"avatar_url": "https://avatars.githubusercontent.com/u/5792929?v=4",
"profile": "https://github.com/Blackclaws",
"contributions": [
"bug"
]
},
{
"login": "alelievr",
"name": "Antoine Lelievre",
"avatar_url": "https://avatars.githubusercontent.com/u/6877923?v=4",
"profile": "https://github.com/alelievr",
"contributions": [
"bug"
]
},
{
"login": "TylerTemp",
"name": "Tyler Temp",
"avatar_url": "https://avatars.githubusercontent.com/u/6391063?v=4",
"profile": "https://tomorrow.comes.today",
"contributions": [
"bug"
]
},
{
"login": "mbtools",
"name": "Marc Bernard",
"avatar_url": "https://avatars.githubusercontent.com/u/59966492?v=4",
"profile": "https://marcbernardtools.com/",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "openupm-cli",
"projectOwner": "openupm",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}