-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
65 lines (65 loc) · 1.57 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
{
"projectName": "vorbis-rs",
"projectOwner": "ComunidadAylas",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "AlexTMjugador",
"name": "Alejandro González",
"avatar_url": "https://avatars.githubusercontent.com/u/7822554?v=4",
"profile": "https://github.com/AlexTMjugador",
"contributions": [
"code",
"doc",
"example",
"maintenance",
"projectManagement"
]
},
{
"login": "vivyir",
"name": "Vivian",
"avatar_url": "https://avatars.githubusercontent.com/u/67435287?v=4",
"profile": "https://github.com/vivyir",
"contributions": [
"code",
"ideas"
]
},
{
"login": "algesten",
"name": "Martin Algesten",
"avatar_url": "https://avatars.githubusercontent.com/u/227204?v=4",
"profile": "https://dulc.es/@martin",
"contributions": [
"code"
]
},
{
"login": "astral4",
"name": "Kyle Chen",
"avatar_url": "https://avatars.githubusercontent.com/u/88992929?v=4",
"profile": "https://github.com/astral4",
"contributions": [
"ideas"
]
},
{
"login": "emoon",
"name": "Daniel Collin",
"avatar_url": "https://avatars.githubusercontent.com/u/350822?v=4",
"profile": "https://mastodon.gamedev.place/@daniel_collin",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7
}