forked from grafana/plugin-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
66 lines (66 loc) · 1.53 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
{
"projectName": "plugin-tools",
"projectOwner": "grafana",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "tolzhabayev",
"name": "Timur Olzhabayev",
"avatar_url": "https://avatars.githubusercontent.com/u/580672?v=4",
"profile": "https://timur.digital/",
"contributions": [
"code",
"infra",
"doc"
]
},
{
"login": "xnyo",
"name": "Giuseppe Guerra",
"avatar_url": "https://avatars.githubusercontent.com/u/16373015?v=4",
"profile": "https://guerra.in/",
"contributions": [
"code"
]
},
{
"login": "jackw",
"name": "Jack Westbrook",
"avatar_url": "https://avatars.githubusercontent.com/u/73201?v=4",
"profile": "https://www.heywesty.com/",
"contributions": [
"code",
"doc",
"infra",
"test"
]
},
{
"login": "sunker",
"name": "Erik Sundell",
"avatar_url": "https://avatars.githubusercontent.com/u/2388950?v=4",
"profile": "https://github.com/sunker",
"contributions": [
"code"
]
},
{
"login": "sarahzinger",
"name": "Sarah Zinger",
"avatar_url": "https://avatars.githubusercontent.com/u/6620164?v=4",
"profile": "https://github.com/sarahzinger",
"contributions": [
"doc",
"code"
]
}
],
"contributorsPerLine": 7
}