Skip to content

Commit 3b1a4cb

Browse files
docs: update .all-contributorsrc
1 parent 2b879c5 commit 3b1a4cb

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

.all-contributorsrc

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"projectOwner": "tomalaforge",
44
"repoType": "github",
55
"repoHost": "https://github.com",
6-
"files": ["README.md"],
6+
"files": [
7+
"README.md"
8+
],
79
"imageSize": 100,
810
"commit": true,
911
"commitConvention": "angular",
@@ -13,31 +15,52 @@
1315
"name": "Laforge Thomas",
1416
"avatar_url": "https://avatars.githubusercontent.com/u/30832608?v=4",
1517
"profile": "https://thomaslaforge.dev/home",
16-
"contributions": ["code", "doc", "content", "ideas", "design"]
18+
"contributions": [
19+
"code",
20+
"doc",
21+
"content",
22+
"ideas",
23+
"design"
24+
]
1725
},
1826
{
1927
"login": "alan-bio",
2028
"name": "Alan Dragicevich",
2129
"avatar_url": "https://avatars.githubusercontent.com/u/31838230?v=4",
2230
"profile": "https://github.com/alan-bio",
23-
"contributions": ["doc"]
31+
"contributions": [
32+
"doc"
33+
]
2434
},
2535
{
2636
"login": "edimitchel",
2737
"name": "Michel EDIGHOFFER",
2838
"avatar_url": "https://avatars.githubusercontent.com/u/2922851?v=4",
2939
"profile": "https://github.com/edimitchel",
30-
"contributions": ["doc"]
40+
"contributions": [
41+
"doc"
42+
]
3143
},
3244
{
3345
"login": "gsgonzalez88",
3446
"name": "Gerardo Sebastian Gonzalez",
3547
"avatar_url": "https://avatars.githubusercontent.com/u/39884678?v=4",
3648
"profile": "https://github.com/gsgonzalez88",
37-
"contributions": ["doc"]
49+
"contributions": [
50+
"doc"
51+
]
52+
},
53+
{
54+
"login": "marryday",
55+
"name": "Evseev Yuriy",
56+
"avatar_url": "https://avatars.githubusercontent.com/u/57489315?v=4",
57+
"profile": "https://github.com/marryday",
58+
"contributions": [
59+
"bug"
60+
]
3861
}
3962
],
4063
"contributorsPerLine": 7,
41-
"linkToUsage": true
64+
"linkToUsage": true,
65+
"commitType": "docs"
4266
}
43-

0 commit comments

Comments
 (0)