-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
77 lines (77 loc) · 1.84 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
{
"projectName": "central-nickgabe",
"projectOwner": "Nick-Gabe",
"repoType": "github",
"repoHost": "https://github.com",
"contributorsPerLine": 7,
"contributors": [
{
"login": "Nick-Gabe",
"name": "Nícolas Gabriel",
"avatar_url": "https://avatars.githubusercontent.com/u/42651514?v=4",
"profile": "https://github.com/Nick-Gabe",
"contributions": [
"bug",
"code",
"design",
"content",
"doc"
]
},
{
"login": "datsfilipe",
"name": "Filipe Lima",
"avatar_url": "https://avatars.githubusercontent.com/u/76636791?v=4",
"profile": "https://datsfilipe.dev/bio",
"contributions": [
"bug",
"code"
]
},
{
"login": "vboechat",
"name": "Victor Ribeiro Boechat",
"avatar_url": "https://avatars.githubusercontent.com/u/104161238?v=4",
"profile": "https://vboechat.github.io/",
"contributions": [
"code",
"test",
"bug",
"doc"
]
},
{
"login": "YuriSamp",
"name": "Yuri Sampaio",
"avatar_url": "https://avatars.githubusercontent.com/u/103132957?v=4",
"profile": "https://portfolio-yuri.vercel.app",
"contributions": [
"code"
]
},
{
"login": "falcao-g",
"name": "Falcão",
"avatar_url": "https://avatars.githubusercontent.com/u/60127788?v=4",
"profile": "https://falbot.netlify.app/",
"contributions": [
"doc"
]
},
{
"login": "rwietter",
"name": "Maurício Witter",
"avatar_url": "https://avatars.githubusercontent.com/u/46854467?v=4",
"profile": "http://rwietterc.xyz",
"contributions": [
"code",
"test"
]
}
],
"files": [
"README.md"
],
"commitConvention": "angular",
"commitType": "docs"
}