generated from carpentries/workbench-template-rmd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.all-contributorsrc
44 lines (44 loc) · 1.04 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "SaranjeetKaur",
"name": "Saranjeet Kaur",
"avatar_url": "https://avatars.githubusercontent.com/u/28556616?v=4",
"profile": "https://saranjeetkaur.github.io/About-Me/",
"contributions": [
"content"
]
},
{
"login": "hturner",
"name": "Heather Turner",
"avatar_url": "https://avatars.githubusercontent.com/u/3343008?v=4",
"profile": "https://www.heatherturner.net/",
"contributions": [
"code",
"review",
"content"
]
},
{
"login": "zkamvar",
"name": "Zhian N. Kamvar",
"avatar_url": "https://avatars.githubusercontent.com/u/3639446?v=4",
"profile": "http://zkamvar.netlify.com",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "r-translations-lesson",
"projectOwner": "r-devel",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}