-
Notifications
You must be signed in to change notification settings - Fork 5
/
.all-contributorsrc
43 lines (43 loc) · 1 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": "convoz-chat",
"projectOwner": "IndieCoderMM",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "gitmoji",
"contributorsPerLine": 7,
"skipCi": true,
"imageSize": 80,
"contributors": [
{
"login": "IndieCoderMM",
"name": "Hein Thant",
"avatar_url": "https://avatars.githubusercontent.com/u/72640048?v=4",
"profile": "https://heinthantoo.me/",
"contributions": [
"code",
"design"
]
},
{
"login": "PratyushJoshi",
"name": "Pratyush Joshi",
"avatar_url": "https://avatars.githubusercontent.com/u/86593014?v=4",
"profile": "https://github.com/PratyushJoshi",
"contributions": [
"code"
]
},
{
"login": "tran1109",
"name": "tran1109",
"avatar_url": "https://avatars.githubusercontent.com/u/141980939?v=4",
"profile": "https://github.com/tran1109",
"contributions": [
"code"
]
}
],
"repoType": "github"
}