forked from harvard-edge/cs249r_book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
43 lines (43 loc) · 1.19 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
{
"projectName": "cs249r_book",
"projectOwner": "harvard-edge",
"files": [
"contributors.qmd",
"README.md"
],
"contributors": [
{
"login": "jveejay",
"name": "Vijay Janapa Reddi",
"avatar_url": "https://avatars.githubusercontent.com/jveejay",
"profile": "https://github.com/jveejay",
"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"
}