-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
.all-contributorsrc
90 lines (90 loc) · 2.37 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
{
"badgeTemplate": "\t<a href=\"#contributors\" target=\"_blank\"><img alt=\"👪 All Contributors: <%= contributors.length %>\" src=\"https://img.shields.io/badge/%F0%9F%91%AA_all_contributors-<%= contributors.length %>-21bb42.svg\" /></a>",
"commit": false,
"commitConvention": "angular",
"commitType": "docs",
"contributors": [
{
"login": "atilafassina",
"name": "Atila Fassina",
"avatar_url": "https://avatars.githubusercontent.com/u/2382552?v=4",
"profile": "https://atila.io",
"contributions": [
"maintenance",
"code",
"doc",
"bug",
"test",
"ideas"
]
},
{
"login": "brendonovich",
"name": "Brendan Allan",
"avatar_url": "https://avatars.githubusercontent.com/u/14191578?v=4",
"profile": "http://brendonovich.dev",
"contributions": [
"code",
"ideas",
"bug"
]
},
{
"login": "erikras",
"name": "Erik Rasmussen",
"avatar_url": "https://avatars.githubusercontent.com/u/4396759?v=4",
"profile": "https://erikras.com",
"contributions": [
"doc"
]
},
{
"login": "felipeemos",
"name": "Felipe Emos",
"avatar_url": "https://avatars.githubusercontent.com/u/10969700?v=4",
"profile": "https://github.com/FelipeEmos",
"contributions": [
"code",
"bug"
]
},
{
"login": "kunalsin9h",
"name": "Kunal Singh",
"avatar_url": "https://avatars.githubusercontent.com/u/82411321?v=4",
"profile": "https://kunalsin9h.com",
"contributions": [
"doc"
]
},
{
"login": "vasfvitor",
"name": "Vitor Ayres",
"avatar_url": "https://avatars.githubusercontent.com/u/61759797?v=4",
"profile": "https://eu.virtuaires.com.br/",
"contributions": [
"bug"
]
},
{
"login": "JoshuaKGoldberg",
"name": "Josh Goldberg ✨",
"avatar_url": "https://avatars.githubusercontent.com/u/3335181?v=4",
"profile": "http://www.joshuakgoldberg.com/",
"contributions": [
"doc",
"code",
"infra"
]
}
],
"files": [
"README.md"
],
"contributorsSortAlphabetically": true,
"contributorsPerLine": 7,
"projectName": "quantum",
"projectOwner": "atilafassina",
"repoType": "github",
"repoHost": "https://github.com"
}