-
Notifications
You must be signed in to change notification settings - Fork 5
/
.all-contributorsrc
41 lines (41 loc) · 1.08 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
{
"projectName": "react-query-subscription",
"projectOwner": "kaciakmaciak",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "kaciakmaciak",
"name": "Katarina Anton",
"avatar_url": "https://avatars.githubusercontent.com/u/17466633?v=4",
"profile": "https://github.com/kaciakmaciak",
"contributions": [
"code",
"ideas",
"maintenance",
"test",
"tool",
"infra"
]
},
{
"login": "cabljac",
"name": "Jacob Cable",
"avatar_url": "https://avatars.githubusercontent.com/u/32874567?v=4",
"profile": "https://github.com/cabljac",
"contributions": [
"code",
"ideas"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"badgeTemplate": "[all-contributors-badge]: https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=round-square 'Number of contributors on All-Contributors'"
}