-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.all-contributorsrc
59 lines (59 loc) · 1.36 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "jpoh281",
"name": "홍종표",
"avatar_url": "https://avatars.githubusercontent.com/u/54665433?v=4",
"profile": "https://honor-driven.dev/",
"contributions": [
"code",
"doc",
"test",
"ideas",
"maintenance"
]
},
{
"login": "viiviii",
"name": "viiviii",
"avatar_url": "https://avatars.githubusercontent.com/u/75404713?v=4",
"profile": "https://velog.io/@viiviii",
"contributions": [
"code",
"test",
"ideas"
]
},
{
"login": "jiwon79",
"name": "Lee Jiwon",
"avatar_url": "https://avatars.githubusercontent.com/u/59159410?v=4",
"profile": "https://linktr.ee/jiiwon79",
"contributions": [
"bug"
]
},
{
"login": "BottlePumpkin",
"name": "BottlePumpkin",
"avatar_url": "https://avatars.githubusercontent.com/u/61003485?v=4",
"profile": "https://github.com/BottlePumpkin",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "flutter_korea_regexp",
"projectOwner": "jpoh281",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}