-
Notifications
You must be signed in to change notification settings - Fork 20
/
.all-contributorsrc
108 lines (108 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"projectName": "next-safe-middleware",
"projectOwner": "nibtime",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"packages/next-safe-middleware/README.md",
"apps/docs/pages/index.mdx",
"packages/builder/README.md"
],
"imageSize": 100,
"badgeTemplate": "<p><a href=\"#contributors\"><img src=\"https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square\"></img></a></p>",
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "nibtime",
"name": "nibtime",
"avatar_url": "https://avatars.githubusercontent.com/u/52962482?v=4",
"profile": "https://github.com/nibtime",
"contributions": [
"code",
"bug",
"doc",
"infra",
"test",
"ideas",
"example"
]
},
{
"login": "alexturpin",
"name": "Alex Turpin",
"avatar_url": "https://avatars.githubusercontent.com/u/134339?v=4",
"profile": "https://github.com/alexturpin",
"contributions": [
"bug",
"doc",
"ideas"
]
},
{
"login": "neki",
"name": "Benoît Faucon",
"avatar_url": "https://avatars.githubusercontent.com/u/2143664?v=4",
"profile": "https://github.com/Neki",
"contributions": [
"bug"
]
},
{
"login": "renet",
"name": "René Schubert",
"avatar_url": "https://avatars.githubusercontent.com/u/1551001?v=4",
"profile": "https://uxsd.io/",
"contributions": [
"bug"
]
},
{
"login": "benhodgson87",
"name": "Ben Hodgson",
"avatar_url": "https://avatars.githubusercontent.com/u/189707?v=4",
"profile": "http://benhodgson.net",
"contributions": [
"bug"
]
},
{
"login": "boennemann",
"name": "Stephan Bönnemann-Walenta",
"avatar_url": "https://avatars.githubusercontent.com/u/908178?v=4",
"profile": "https://sbw.one",
"contributions": [
"code"
]
},
{
"login": "Shamilik",
"name": "Shamil Yakupov",
"avatar_url": "https://avatars.githubusercontent.com/u/2459175?v=4",
"profile": "https://cian.ru/",
"contributions": [
"bug"
]
},
{
"login": "DuCanhGH",
"name": "DuCanhGH",
"avatar_url": "https://avatars.githubusercontent.com/u/75556609?v=4",
"profile": "https://github.com/DuCanhGH",
"contributions": [
"bug"
]
},
{
"login": "aheimlich",
"name": "Aaron Heimlich",
"avatar_url": "https://avatars.githubusercontent.com/u/150901?v=4",
"profile": "https://github.com/aheimlich",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}