-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.all-contributorsrc
45 lines (45 loc) · 1.02 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
{
"projectName": "next-api-compose",
"projectOwner": "neg4n",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "neg4n",
"name": "Igor",
"avatar_url": "https://avatars.githubusercontent.com/u/57688858?v=4",
"profile": "https://neg4n.dev/",
"contributions": [
"code",
"test",
"example"
]
},
{
"login": "mgrabka",
"name": "Maksymilian Grabka",
"avatar_url": "https://avatars.githubusercontent.com/u/116151164?v=4",
"profile": "https://github.com/mgrabka",
"contributions": [
"test",
"code"
]
},
null,
{
"login": "kacper3123",
"name": "kacper3123",
"avatar_url": "https://avatars.githubusercontent.com/u/89151689?v=4",
"profile": "https://github.com/kacper3123",
"contributions": [
"doc"
]
}
]
}