-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.all-contributorsrc
More file actions
57 lines (57 loc) · 1.61 KB
/
Copy path.all-contributorsrc
File metadata and controls
57 lines (57 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"files": [
"README.md",
"docs/contributors.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "gerrit-schoettler-qb",
"name": "Gerrit Schoettler",
"avatar_url": "https://avatars.githubusercontent.com/u/91087829?v=4",
"profile": "https://github.com/gerrit-schoettler-qb",
"contributions": [
"doc"
]
},
{
"login": "haruelrovix",
"name": "Havit Rovik",
"avatar_url": "https://avatars.githubusercontent.com/u/17120764?v=4",
"profile": "https://havit.web.id/",
"contributions": [
"bug"
]
},
{
"login": "xml",
"name": "Christian (Xian) Lilley",
"avatar_url": "https://avatars.githubusercontent.com/u/1126175?v=4",
"profile": "https://github.com/xml",
"contributions": [
"code",
"doc"
]
},
{
"login": "salekseev",
"name": "Sergey Alekseev",
"avatar_url": "https://avatars.githubusercontent.com/u/798666?v=4",
"profile": "https://github.com/salekseev",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "ai-developer-guide",
"projectOwner": "dwmkerr",
"badgeTemplate": "<a href=\"https://github.com/dwmkerr/ai-developer-guide/blob/main/docs/contributors.md\"><img src=\"https://img.shields.io/github/all-contributors/dwmkerr/ai-developer-guide?color=ee8449&style=flat-square\" alt=\"All Contributors\" /></a>"
}