-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.all-contributorsrc
45 lines (45 loc) · 1.22 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
{
"projectName": "Wormies-AU-Helpers",
"projectOwner": "WormieCorp",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "AdmiringWorm",
"name": "Kim J. Nordmo",
"avatar_url": "https://avatars3.githubusercontent.com/u/1474648?v=4",
"profile": "https://github.com/AdmiringWorm",
"contributions": [
"maintenance"
]
},
{
"login": "RedBaron2",
"name": "RB",
"avatar_url": "https://avatars1.githubusercontent.com/u/1191271?v=4",
"profile": "https://github.com/RedBaron2",
"contributions": [
"code",
"bug"
]
}
],
"contributorsPerLine": 7,
"types": {
"bug": {
"symbol": "🐛",
"description": "Bug reports",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>+label%3Abug"
},
"ideas": {
"symbol": "🤔",
"description": "Ideas, Planning, & Feedback",
"link": "<%= options.repoHost %>/<%= options.projectOwner %>/<%= options.projectName %>/issues?q=author%3A<%= contributor.login %>"
}
}
}