-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.all-contributorsrc
More file actions
42 lines (42 loc) · 1.35 KB
/
.all-contributorsrc
File metadata and controls
42 lines (42 loc) · 1.35 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
/*
SPDX-FileCopyrightText: 2022 WebReady Projects <https://github.com/wr-projects/>
SPDX-License-Identifier: MIT
*/
{
"projectName": "github-template",
"projectOwner": "wr-projects",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "GregoireF",
"name": "Gregoire Favreau",
"avatar_url": "https://avatars.githubusercontent.com/u/16638358?v=4",
"profile": "https://www.facebook.com/profile.php?id=100009457709527",
"contributions": [
"projectManagement"
]
},
{
"login": "versnic",
"name": "Nicolas Verlaeken",
"avatar_url": "https://avatars.githubusercontent.com/u/37933264?v=4",
"profile": "https://github.com/versnic",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"contributorsSortAlphabetically": false,
"badgeTemplate": "[",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"linkToUsage": true,
"skipCi": true
}