-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.all-contributorsrc
78 lines (78 loc) · 1.99 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "Sahilkalamkar",
"name": "Sahilkalamkar",
"avatar_url": "https://avatars3.githubusercontent.com/u/44552119?v=4",
"profile": "https://github.com/Sahilkalamkar",
"contributions": [
"code"
]
},
{
"login": "jenarddurai",
"name": "jenarddurai",
"avatar_url": "https://avatars2.githubusercontent.com/u/20268403?v=4",
"profile": "https://github.com/jenarddurai",
"contributions": [
"doc"
]
},
{
"login": "allhailthethanos",
"name": "allhailthethanos",
"avatar_url": "https://avatars2.githubusercontent.com/u/55079966?v=4",
"profile": "https://github.com/allhailthethanos",
"contributions": [
"code"
]
},
{
"login": "yashasvi-goel",
"name": "Yashasvi Goel",
"avatar_url": "https://avatars0.githubusercontent.com/u/31849052?v=4",
"profile": "http://yashasvigoel.me",
"contributions": [
"maintenance"
]
},
{
"login": "zomsik",
"name": "Tomasz Wiejak",
"avatar_url": "https://avatars1.githubusercontent.com/u/56839075?v=4",
"profile": "https://github.com/zomsik",
"contributions": [
"code"
]
},
{
"login": "prajwalkpandey",
"name": "Prajawal Kumar Pandey",
"avatar_url": "https://avatars3.githubusercontent.com/u/40430027?v=4",
"profile": "https://github.com/prajwalkpandey",
"contributions": [
"code"
]
},
{
"login": "Dhull442",
"name": "Saksham Dhull",
"avatar_url": "https://avatars2.githubusercontent.com/u/30925029?v=4",
"profile": "http://dhull442.github.io",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "Basic-C-programs",
"projectOwner": "yashasvi-goel",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}