-
Notifications
You must be signed in to change notification settings - Fork 27
/
.all-contributorsrc
109 lines (109 loc) · 2.77 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
{
"projectName": "OCaml4Noobs",
"projectOwner": "Camilotk",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "Camilotk",
"name": "Camilo Cunha de Azevedo",
"avatar_url": "https://avatars.githubusercontent.com/u/30880723?v=4",
"profile": "https://github.com/Camilotk",
"contributions": [
"content",
"code",
"maintenance",
"mentoring"
]
},
{
"login": "eduardocanellas",
"name": "Eduardo Canellas de Oliveira",
"avatar_url": "https://avatars.githubusercontent.com/u/34381457?v=4",
"profile": "https://github.com/eduardocanellas",
"contributions": [
"content"
]
},
{
"login": "vit0rr",
"name": "Vitor",
"avatar_url": "https://avatars.githubusercontent.com/u/70543018?v=4",
"profile": "https://vitorsalmeida.vercel.app/",
"contributions": [
"content"
]
},
{
"login": "bihellzin",
"name": "Gabriel",
"avatar_url": "https://avatars.githubusercontent.com/u/49006461?v=4",
"profile": "https://github.com/bihellzin",
"contributions": [
"content"
]
},
{
"login": "vinisioux",
"name": "Vinicius Leonardo",
"avatar_url": "https://avatars.githubusercontent.com/u/36283335?v=4",
"profile": "https://github.com/vinisioux",
"contributions": [
"content"
]
},
{
"login": "nogw",
"name": "nogw",
"avatar_url": "https://avatars.githubusercontent.com/u/65539816?v=4",
"profile": "https://github.com/nogw",
"contributions": [
"content",
"code"
]
},
{
"login": "m7he4rt",
"name": "Mateus Mendes ",
"avatar_url": "https://avatars.githubusercontent.com/u/44484286?v=4",
"profile": "https://heartdevs.com/",
"contributions": [
"design"
]
},
{
"login": "caiomartins1",
"name": "Caio Martins",
"avatar_url": "https://avatars.githubusercontent.com/u/45666995?v=4",
"profile": "https://github.com/caiomartins1",
"contributions": [
"review"
]
},
{
"login": "tujmon",
"name": "Arthur Monici",
"avatar_url": "https://avatars.githubusercontent.com/u/61995846?v=4",
"profile": "https://github.com/tujmon",
"contributions": [
"review"
]
},
{
"login": "gsbcamargo",
"name": "Gabriel Schreiner",
"avatar_url": "https://avatars.githubusercontent.com/u/47952041?v=4",
"profile": "https://github.com/gsbcamargo",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7
}