forked from vtex-apps/order-placed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
43 lines (43 loc) · 1.05 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
{
"projectName": "order-placed",
"projectOwner": "vtex-apps",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"docs/README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "gustavopvasconcellos",
"name": "gustavopvasconcellos",
"avatar_url": "https://avatars1.githubusercontent.com/u/49173685?v=4",
"profile": "https://github.com/gustavopvasconcellos",
"contributions": [
"code"
]
},
{
"login": "razvanudream",
"name": "razvanudream",
"avatar_url": "https://avatars.githubusercontent.com/u/71461884?v=4",
"profile": "https://razvanudrea.com",
"contributions": [
"code"
]
},
{
"login": "claudiu-iviteb",
"name": "Claudiu Ionita",
"avatar_url": "https://avatars.githubusercontent.com/u/73105476?v=4",
"profile": "https://github.com/claudiu-iviteb",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}