Skip to content

Commit 2d9f91d

Browse files
committed
docs(contribs): add file
add contributors file so that badge doesn't display error
1 parent 486eb8d commit 2d9f91d

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.all-contributorsrc

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"projectName": "KeeWeb",
3+
"projectOwner": "KeeWeb",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": ["README.md"],
7+
"imageSize": 40,
8+
"commit": true,
9+
"commitConvention": "angular",
10+
"contributors": [
11+
{
12+
"login": "antelle",
13+
"name": "Antelle",
14+
"avatar_url": "https://avatars.githubusercontent.com/u/633557?v=4",
15+
"profile": "https://gitlab.com/antelle",
16+
"contributions": ["code", "projectManagement", "fundingFinding"]
17+
},
18+
{
19+
"login": "Aetherinox",
20+
"name": "Aetherinox",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/118329232?v=4",
22+
"profile": "https://gitlab.com/Aetherinox",
23+
"contributions": ["code", "projectManagement", "fundingFinding"]
24+
},
25+
{
26+
"login": "HarlemSquirrel",
27+
"name": "HarlemSquirrel",
28+
"avatar_url": "https://avatars.githubusercontent.com/u/6445815?v=4",
29+
"profile": "https://gitlab.com/HarlemSquirrel",
30+
"contributions": ["code", "projectManagement"]
31+
}
32+
],
33+
"contributorsPerLine": 7,
34+
"linkToUsage": false,
35+
"skipCi": true
36+
}

0 commit comments

Comments
 (0)