-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
76 lines (76 loc) · 1.81 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
74
75
76
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Namchee",
"name": "Cristopher",
"avatar_url": "https://avatars.githubusercontent.com/u/32661241?v=4",
"profile": "https://github.com/Namchee",
"contributions": [
"code",
"bug",
"doc",
"example",
"ideas"
]
},
{
"login": "smutel",
"name": "Samuel Mutel",
"avatar_url": "https://avatars.githubusercontent.com/u/12967891?v=4",
"profile": "https://github.com/smutel",
"contributions": [
"bug"
]
},
{
"login": "BinToss",
"name": "Noah Sherwin",
"avatar_url": "https://avatars.githubusercontent.com/u/7243190?v=4",
"profile": "https://github.com/BinToss",
"contributions": [
"bug",
"ideas"
]
},
{
"login": "avorima",
"name": "Mario Valderrama",
"avatar_url": "https://avatars.githubusercontent.com/u/15158349?v=4",
"profile": "https://github.com/avorima",
"contributions": [
"ideas"
]
},
{
"login": "Th3S4mur41",
"name": "Michaël Vanderheyden",
"avatar_url": "https://avatars.githubusercontent.com/u/5543595?v=4",
"profile": "https://th3s4mur41.me",
"contributions": [
"bug"
]
},
{
"login": "berkon",
"name": "Bernd Konnerth",
"avatar_url": "https://avatars.githubusercontent.com/u/28842661?v=4",
"profile": "https://github.com/berkon",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "conventional-pr",
"projectOwner": "Namchee",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}