-
Notifications
You must be signed in to change notification settings - Fork 10
/
.all-contributorsrc
95 lines (95 loc) · 2.33 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "jsun969",
"name": "Yeyang (Justin) Sun",
"avatar_url": "https://avatars.githubusercontent.com/u/29330847?v=4",
"profile": "http://jsun.lol",
"contributions": [
"code",
"ideas",
"maintenance",
"doc"
]
},
{
"login": "jakub-szewczyk",
"name": "Jakub Szewczyk",
"avatar_url": "https://avatars.githubusercontent.com/u/134627903?v=4",
"profile": "https://github.com/jakub-szewczyk",
"contributions": [
"code"
]
},
{
"login": "dmuharemagic",
"name": "Dino Muharemagić",
"avatar_url": "https://avatars.githubusercontent.com/u/2150642?v=4",
"profile": "https://github.com/dmuharemagic",
"contributions": [
"code",
"bug"
]
},
{
"login": "avegatolber",
"name": "avegatolber",
"avatar_url": "https://avatars.githubusercontent.com/u/159487029?v=4",
"profile": "https://github.com/avegatolber",
"contributions": [
"code",
"bug"
]
},
{
"login": "ahmedrowaihi",
"name": "Ahmed Rowaihi",
"avatar_url": "https://avatars.githubusercontent.com/u/67356781?v=4",
"profile": "http://dev.ahmedrowaihi.lol",
"contributions": [
"code"
]
},
{
"login": "yorman2401",
"name": "Yorman Rodriguez",
"avatar_url": "https://avatars.githubusercontent.com/u/66335054?v=4",
"profile": "https://github.com/yorman2401",
"contributions": [
"bug"
]
},
{
"login": "snndmnsz",
"name": "Sinan",
"avatar_url": "https://avatars.githubusercontent.com/u/42818330?v=4",
"profile": "http://snndmnsz.com",
"contributions": [
"doc"
]
},
{
"login": "nagamejun",
"name": "nagamejun",
"avatar_url": "https://avatars.githubusercontent.com/u/18486040?v=4",
"profile": "https://github.com/nagamejun",
"contributions": [
"bug",
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "react-hook-form-antd",
"projectOwner": "jsun969"
}