-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.all-contributorsrc
128 lines (128 loc) · 3.2 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributorsSortAlphabetically": true,
"commitConvention": "angular",
"contributors": [
{
"login": "kpxwinter",
"name": "KP",
"avatar_url": "https://avatars.githubusercontent.com/u/118410579?v=4",
"profile": "https://github.com/kpxwinter",
"contributions": [
"projectManagement",
"question",
"ideas"
]
},
{
"login": "victoriatran17",
"name": "Victoria Tran",
"avatar_url": "https://avatars.githubusercontent.com/u/118402811?v=4",
"profile": "https://github.com/victoriatran17",
"contributions": [
"business",
"question",
"ideas",
"doc",
"projectManagement"
]
},
{
"login": "GeekJump",
"name": "Brandon C",
"avatar_url": "https://avatars.githubusercontent.com/u/7208570?v=4",
"profile": "http://brandoncastillo.biz/",
"contributions": [
"design"
]
},
{
"login": "JennaXiao3",
"name": "Jenna Xiao",
"avatar_url": "https://avatars.githubusercontent.com/u/96795538?v=4",
"profile": "https://www.linkedin.com/in/jenna-x-435a851b3/",
"contributions": [
"code",
"doc",
"bug"
]
},
{
"login": "a-camarillo",
"name": "Anthony Camarillo",
"avatar_url": "https://avatars.githubusercontent.com/u/58638902?v=4",
"profile": "https://github.com/a-camarillo",
"contributions": [
"code",
"doc"
]
},
{
"login": "aqvilala",
"name": "Jessica Chen",
"avatar_url": "https://avatars.githubusercontent.com/u/84333848?v=4",
"profile": "https://github.com/aqvilala",
"contributions": [
"code"
]
},
{
"login": "razlze",
"name": "Razi Syed",
"avatar_url": "https://avatars.githubusercontent.com/u/68450734?v=4",
"profile": "https://github.com/razlze",
"contributions": [
"code"
]
},
{
"login": "DarrenLee09",
"name": "DarrenLee09",
"avatar_url": "https://avatars.githubusercontent.com/u/89325703?v=4",
"profile": "https://github.com/DarrenLee09",
"contributions": [
"ideas"
]
},
{
"login": "leafie8",
"name": "leafie8",
"avatar_url": "https://avatars.githubusercontent.com/u/112891624?v=4",
"profile": "https://github.com/leafie8",
"contributions": [
"code"
]
},
{
"login": "lilyxmeng",
"name": "Lily Meng",
"avatar_url": "https://avatars.githubusercontent.com/u/76577669?v=4",
"profile": "https://lilyxmeng.github.io/",
"contributions": [
"code",
"doc"
]
},
{
"login": "daviszung",
"name": "Davis Zung",
"avatar_url": "https://avatars.githubusercontent.com/u/95515224?v=4",
"profile": "https://github.com/daviszung",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "internship-tracker",
"projectOwner": "BobaTalks",
"commitType": "docs"
}