forked from harvard-edge/cs249r_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
70 lines (70 loc) · 2.08 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
{
"projectName": "cs249r_book",
"projectOwner": "harvard-edge",
"files": [
"contributors.qmd",
"README.md"
],
"contributors": [
{
"login": "jessicaquaye",
"name": "Jessica Quaye",
"avatar_url": "https://avatars.githubusercontent.com/jessicaquaye",
"profile": "https://github.com/jessicaquaye",
"contributions": [
"doc"
]
},
{
"login": "Mjrovai",
"name": "Marcelo Rovai",
"avatar_url": "https://avatars.githubusercontent.com/Mjrovai",
"profile": "https://github.com/Mjrovai",
"contributions": [
"doc"
]
},
{
"login": "profvjreddi",
"name": "Vijay Janapa Reddi",
"avatar_url": "https://avatars.githubusercontent.com/profvjreddi",
"profile": "https://github.com/profvjreddi",
"contributions": [
"doc"
]
},
{
"login": "ShvetankPrakash",
"name": "Shvetank Prakash",
"avatar_url": "https://avatars.githubusercontent.com/ShvetankPrakash",
"profile": "https://github.com/ShvetankPrakash",
"contributions": [
"doc"
]
},
{
"login": "mpstewart1",
"name": "Matthew Stewart",
"avatar_url": "https://avatars.githubusercontent.com/mpstewart1",
"profile": "https://github.com/mpstewart1",
"contributions": [
"doc"
]
},
{
"login": "uchendui",
"name": "Ikechukwu Uchendu",
"avatar_url": "https://avatars.githubusercontent.com/uchendui",
"profile": "https://github.com/uchendui",
"contributions": [
"doc"
]
}
],
"repoType": "github",
"contributorsPerLine": 7,
"repoHost": "https=//github.com",
"commitConvention": "angular",
"skipCi": true,
"commitType": "docs"
}