-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.all-contributorsrc
41 lines (41 loc) · 976 Bytes
/
.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
{
"projectName": "actions-wiki",
"projectOwner": "spenserblack",
"files": [
"CREDITS.md"
],
"commitConvention": "atom",
"contributorsSortAlphabetically": true,
"contributors": [
{
"login": "quazar-omega",
"name": "QuazarOmega",
"avatar_url": "https://avatars.githubusercontent.com/u/56311398?v=4",
"profile": "https://github.com/quazar-omega",
"contributions": [
"userTesting"
]
},
{
"login": "jcbhmr",
"name": "Jacob Hummer",
"avatar_url": "https://avatars.githubusercontent.com/u/61068799?v=4",
"profile": "http://jcbhmr.me",
"contributions": [
"doc",
"ideas",
"code"
]
},
{
"login": "yo-ga",
"name": "Yoga Yu",
"avatar_url": "https://avatars.githubusercontent.com/u/9553773?v=4",
"profile": "https://github.com/yo-ga",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
}