-
Notifications
You must be signed in to change notification settings - Fork 41
/
.all-contributorsrc
53 lines (53 loc) · 1.3 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
{
"files": [
"gatsby-source-graphcms/README.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "<img src=\"https://img.shields.io/badge/all_contributors-1-purple.svg\" alt=\"Contributors\" />",
"contributors": [
{
"login": "ynnoj",
"name": "Jonathan Steele",
"avatar_url": "https://avatars.githubusercontent.com/u/3578709?v=4",
"profile": "http://jonathan.steele.pro",
"contributions": [
"code",
"blog",
"example",
"ideas",
"maintenance",
"projectManagement"
]
},
{
"login": "jpedroschmitz",
"name": "João Pedro Schmitz",
"avatar_url": "https://avatars.githubusercontent.com/u/26466516?v=4",
"profile": "http://joaopedro.dev",
"contributions": [
"code",
"example",
"ideas"
]
},
{
"login": "notrab",
"name": "Jamie Barton",
"avatar_url": "https://avatars.githubusercontent.com/u/950181?v=4",
"profile": "https://graphql.wtf",
"contributions": [
"code",
"bug",
"maintenance",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "gatsby-source-graphcms",
"projectOwner": "hygraph",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}