-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.all-contributorsrc
More file actions
29 lines (29 loc) · 858 Bytes
/
.all-contributorsrc
File metadata and controls
29 lines (29 loc) · 858 Bytes
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
{
"projectName": "ngrx-rtk-query",
"projectOwner": "ngrx-rtk-query",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["packages/ngrx-rtk-query/README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributorsPerLine": 7,
"skipCi": true,
"commitType": "docs",
"contributors": [
{
"login": "saulmoro",
"name": "Saul Moro",
"avatar_url": "https://avatars.githubusercontent.com/u/4116819?v=4",
"profile": "https://github.com/SaulMoro",
"contributions": ["code", "doc", "ideas", "test", "tool", "design"]
},
{
"login": "adrian-pena-castro",
"name": "Adrián Peña",
"avatar_url": "https://avatars.githubusercontent.com/u/80181162?v=4",
"profile": "https://github.com/SaulMoro",
"contributions": ["doc", "ideas"]
}
]
}