This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
/
.all-contributorsrc
91 lines (91 loc) · 2.21 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
{
"projectName": "react-kanban",
"projectOwner": "lourenci",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "lourenci",
"name": "Leandro Lourenci",
"avatar_url": "https://avatars3.githubusercontent.com/u/2339362?v=4",
"profile": "https://blog.lourenci.com/",
"contributions": [
"question",
"bug",
"code",
"doc",
"example",
"test"
]
},
{
"login": "bahmutov",
"name": "Gleb Bahmutov",
"avatar_url": "https://avatars1.githubusercontent.com/u/2212006?v=4",
"profile": "https://glebbahmutov.com/",
"contributions": [
"test"
]
},
{
"login": "mathesouza",
"name": "Matheus Sabino",
"avatar_url": "https://avatars0.githubusercontent.com/u/20099472?v=4",
"profile": "https://github.com/mathesouza",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "dizzyrobin",
"name": "Pedro Javier Nicolás",
"avatar_url": "https://avatars0.githubusercontent.com/u/21962999?v=4",
"profile": "https://github.com/dizzyrobin",
"contributions": [
"code"
]
},
{
"login": "MatheusPoliCamilo",
"name": "Matheus Poli",
"avatar_url": "https://avatars3.githubusercontent.com/u/25781749?v=4",
"profile": "https://github.com/MatheusPoliCamilo",
"contributions": [
"code",
"test",
"doc"
]
},
{
"login": "sousajunior",
"name": "Carlinhos de Sousa Junior",
"avatar_url": "https://avatars0.githubusercontent.com/u/17458197?v=4",
"profile": "https://github.com/sousajunior",
"contributions": [
"code",
"test"
]
},
{
"login": "PeteDuncanson",
"name": "Pete Duncanson",
"avatar_url": "https://avatars.githubusercontent.com/u/1674590?v=4",
"profile": "https://github.com/PeteDuncanson",
"contributions": [
"code",
"doc",
"example"
]
}
],
"contributorsPerLine": 7,
"commitConvention": "none",
"skipCi": true
}