-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.all-contributorsrc
More file actions
63 lines (63 loc) · 1.58 KB
/
.all-contributorsrc
File metadata and controls
63 lines (63 loc) · 1.58 KB
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
{
"projectName": "Tech_Compiler",
"projectOwner": "TechQuanta",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"CONTRIBUTING.md"
],
"imageSize": 100,
"commit": false,
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"types": {
"custom": {
"symbol": "🔭",
"description": "A custom contribution type.",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\")"
}
},
"contributors": [
{
"login": "prav10140",
"name": "PRAVEEN PATEL",
"avatar_url": "https://avatars.githubusercontent.com/u/181519449?v=4",
"profile": "https://prav10140.github.io/praveen/",
"contributions": [
"maintenance",
"infra",
"code",
"ideas"
]
},
{
"login": "vishal6268",
"name": "VISHAL",
"avatar_url": "https://avatars.githubusercontent.com/u/125592050?v=4",
"profile": "https://github.com/vishal6268",
"contributions": [
"maintenance"
]
},
{
"login": "MohitPal2005",
"name": "Mohit Pal",
"avatar_url": "https://avatars.githubusercontent.com/u/195854488?v=4",
"profile": "https://mohitpal-portfolio.vercel.app/",
"contributions": [
"doc"
]
},
{
"login": "GauravKarakoti",
"name": "Gaurav Karakoti",
"avatar_url": "https://avatars.githubusercontent.com/u/180496085?v=4",
"profile": "https://gauravkarakoti.netlify.app",
"contributions": [
"doc"
]
}
],
"commitConvention": "angular",
"commitType": "docs"
}