forked from pyOpenSci/pyopensci.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.all-contributorsrc
91 lines (91 loc) · 2.78 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"types": {
"editor": {
"symbol": "📝",
"description": "Shepherds reviews and works with new submissions.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
},
"leadership": {
"symbol": "🧭",
"description": "Provides high-level direction for the project.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
},
"reviewer": {
"symbol": "👀",
"description": "Helps submissions improve their projects.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
},
"advisory": {
"symbol": "💭",
"description": "Provides ideas and advice.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
},
"businessDevelopment": {
"symbol": "💰",
"description": "Helps the project find and attain funding.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
},
"community": {
"symbol": "🤝",
"description": "Helps grow the community.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
},
"packageMaintainer": {
"symbol": "📦",
"description": "Has had a package accepted in the review process.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"projectName": "pyopensci.github.io",
"projectOwner": "pyOpenSci",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": [
{
"login": "anitagraser",
"name": "Anita Graser",
"avatar_url": "https://avatars0.githubusercontent.com/u/590385?v=4",
"profile": "http://anitagraser.com",
"login": "cosmicBboy",
"name": "Niels Bantilan",
"avatar_url": "https://avatars0.githubusercontent.com/u/2816689?v=4",
"profile": "http://cosmicbboy.github.io/",
"login": "xmnlab",
"name": "Ivan Ogasawara",
"avatar_url": "https://avatars2.githubusercontent.com/u/5209757?v=4",
"profile": "https://github.com/xmnlab",
"login": "NickleDave",
"name": "David Nicholson",
"avatar_url": "https://avatars2.githubusercontent.com/u/11934090?v=4",
"profile": "https://twitter.com/githubbers",
"contributions": [
"blog"
]
},
{
"login": "jlpalomino",
"name": "Jenny Palomino",
"avatar_url": "https://avatars0.githubusercontent.com/u/4017492?v=4",
"profile": "http://www.earthdatascience.org",
"contributions": [
"ideas",
"review",
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "pyopensci.github.io",
"projectOwner": "pyOpenSci",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
]
}