-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
48 lines (48 loc) · 1.1 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
{
"projectName": "qwik-testing-library",
"projectOwner": "ianlet",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "ianlet",
"name": "Ian Létourneau",
"avatar_url": "https://avatars.githubusercontent.com/u/6018732?v=4",
"profile": "https://noma.to/",
"contributions": [
"code",
"test",
"ideas",
"doc",
"example"
]
},
{
"login": "brandonpittman",
"name": "Brandon Pittman",
"avatar_url": "https://avatars.githubusercontent.com/u/967145?v=4",
"profile": "https://brandonpittman.com",
"contributions": [
"doc"
]
},
{
"login": "thejackshelton",
"name": "Jack Shelton",
"avatar_url": "https://avatars.githubusercontent.com/u/104264123?v=4",
"profile": "http://jackshelton.com",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
}