forked from jenkinsci/dark-theme-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
100 lines (100 loc) · 2.86 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
92
93
94
95
96
97
98
99
100
{
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"skipCi": true,
"contributors": [
{
"login": "timja",
"name": "Tim Jacomb",
"avatar_url": "https://avatars3.githubusercontent.com/u/21194782?v=4",
"profile": "https://github.com/timja",
"contributions": [
"code",
"talk",
"doc"
]
},
{
"login": "fqueiruga",
"name": "Félix Queiruga",
"avatar_url": "https://avatars3.githubusercontent.com/u/5738588?v=4",
"profile": "https://github.com/fqueiruga",
"contributions": [
"code"
]
},
{
"login": "95jonpet",
"name": "Peter Jonsson",
"avatar_url": "https://avatars2.githubusercontent.com/u/4572231?v=4",
"profile": "https://peterjonsson.se",
"contributions": [
"code"
]
},
{
"login": "oleg-nenashev",
"name": "Oleg Nenashev",
"avatar_url": "https://avatars0.githubusercontent.com/u/3000480?v=4",
"profile": "https://github.com/oleg-nenashev",
"contributions": [
"code"
]
},
{
"login": "res0nance",
"name": "Raihaan Shouhell",
"avatar_url": "https://avatars3.githubusercontent.com/u/31362124?v=4",
"profile": "https://github.com/res0nance",
"contributions": [
"test"
]
},
{
"login": "EstherAF",
"name": "Esther Álvarez Feijoo",
"avatar_url": "https://avatars2.githubusercontent.com/u/5547479?v=4",
"profile": "https://github.com/EstherAF",
"contributions": [
"test"
]
},
{
"login": "nimishbongale",
"name": "Nimish Bongale",
"avatar_url": "https://avatars1.githubusercontent.com/u/43414361?v=4",
"profile": "https://nimishbongale.github.io",
"contributions": [
"test"
]
},
{
"login": "daniel-beck",
"name": "Daniel Beck",
"avatar_url": "https://avatars3.githubusercontent.com/u/1831569?v=4",
"profile": "https://github.com/daniel-beck",
"contributions": [
"test"
]
},
{
"login": "VirtualTim",
"name": "Tim Lander",
"avatar_url": "https://avatars1.githubusercontent.com/u/5424257?v=4",
"profile": "https://github.com/VirtualTim",
"contributions": [
"code"
]
}
],
"projectName": "dark-theme-plugin",
"projectOwner": "jenkinsci",
"repoType": "github",
"repoHost": "https://github.com"
}