-
Notifications
You must be signed in to change notification settings - Fork 3
/
.all-contributorsrc
46 lines (46 loc) · 1.27 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
{
"projectName": "stackdocs",
"projectOwner": "Complexlity",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/StackDocs-Thanks%20for%20contributing!!-green/github/all-contributors/Complexlity/stackdocs?color=green&style=plastic&logo=appveyor)](#contributors)",
"imageSize": 100,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "Complexlity",
"name": "Complexlity",
"avatar_url": "https://avatars.githubusercontent.com/u/105590967?v=4",
"profile": "https://github.com/Complexlity",
"contributions": [
"code",
"doc",
"maintenance"
]
},
{
"login": "AugustHottie",
"name": "AugustHottie",
"avatar_url": "https://avatars.githubusercontent.com/u/96122635?v=4",
"profile": "https://github.com/AugustHottie",
"contributions": [
"doc"
]
},
{
"login": "raghavan21",
"name": "Raghavan",
"avatar_url": "https://avatars.githubusercontent.com/u/66511693?v=4",
"profile": "https://github.com/raghavan21",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
}