forked from browniebroke/pypackage-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
73 lines (73 loc) · 1.73 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
{
"projectName": "pypackage-template",
"projectOwner": "browniebroke",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 80,
"commit": true,
"contributorsPerLine": 7,
"skipCi": true,
"contributors": [
{
"login": "browniebroke",
"name": "Bruno Alla",
"avatar_url": "https://avatars.githubusercontent.com/u/861044?v=4",
"profile": "https://browniebroke.com/",
"contributions": [
"code",
"ideas",
"doc"
]
},
{
"login": "jtsay362",
"name": "Jeff Tsay",
"avatar_url": "https://avatars.githubusercontent.com/u/1079646?v=4",
"profile": "https://cloudreactor.io/",
"contributions": [
"code"
]
},
{
"login": "34j",
"name": "34j",
"avatar_url": "https://avatars.githubusercontent.com/u/55338215?v=4",
"profile": "https://github.com/34j",
"contributions": [
"code"
]
},
{
"login": "kroimon",
"name": "Stefan Rado",
"avatar_url": "https://avatars.githubusercontent.com/u/628587?v=4",
"profile": "https://github.com/kroimon",
"contributions": [
"doc"
]
},
{
"login": "codejedi365",
"name": "codejedi365",
"avatar_url": "https://avatars.githubusercontent.com/u/17354856?v=4",
"profile": "https://github.com/codejedi365",
"contributions": [
"code"
]
},
{
"login": "abe-101",
"name": "Abe Hanoka",
"avatar_url": "https://avatars.githubusercontent.com/u/82916197?v=4",
"profile": "https://www.habet.dev",
"contributions": [
"bug"
]
}
],
"commitConvention": "none",
"commitType": "docs"
}