-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy path.all-contributorsrc
More file actions
38 lines (38 loc) · 1.01 KB
/
.all-contributorsrc
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"projectName": "activity-log",
"projectOwner": "TheDanniCraft",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "RounakJoshi09",
"name": "Rounak Joshi",
"avatar_url": "https://avatars.githubusercontent.com/u/97701228?v=4",
"profile": "https://leetcode.com/u/_theRJ_/",
"contributions": [
"doc",
"code",
"test"
]
},
{
"login": "gltched-usr",
"name": "Glched",
"avatar_url": "https://avatars.githubusercontent.com/u/126079750?v=4",
"profile": "https://github.com/gltched-usr",
"contributions": [
"bug",
"doc"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false,
"badgeTemplate": "<a href=\"#contributors\"><img src=\"https://img.shields.io/github/all-contributors/TheDanniCraft/activity-log?style=for-the-badge\" alt=\"All Contributors\"></a>"
}