-
Notifications
You must be signed in to change notification settings - Fork 4
/
.all-contributorsrc
53 lines (53 loc) · 1.44 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
{
"projectName": "gen-env-template",
"projectOwner": "mrsauravsahu",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"readme.md"
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat)](#contributors)",
"imageSize": 100,
"commit": true,
"commitConvention": "eslint",
"contributors": [
{
"login": "mrsauravsahu",
"name": "Saurav Sahu",
"avatar_url": "https://avatars.githubusercontent.com/u/9134050?v=4",
"profile": "https://github.com/mrsauravsahu",
"contributions": [
"code"
]
},
{
"login": "abishekaditya",
"name": "Abishek Aditya",
"avatar_url": "https://avatars.githubusercontent.com/u/9787009?v=4",
"profile": "http://abishekaditya.me",
"contributions": [
"bug"
]
},
{
"login": "RamPrasadAgarwal",
"name": "Ram Prasad Agarwal",
"avatar_url": "https://avatars.githubusercontent.com/u/17383560?v=4",
"profile": "https://github.com/RamPrasadAgarwal",
"contributions": [
"code"
]
},
{
"login": "tobiasbueschel",
"name": "Tobias Büschel",
"avatar_url": "https://avatars.githubusercontent.com/u/13087421?v=4",
"profile": "http://linkedin.com/in/tbueschel",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}