-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.all-contributorsrc
59 lines (59 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"projectName": "obsidian-github-link",
"projectOwner": "nathonius",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "nathonius",
"name": "Nathan",
"avatar_url": "https://avatars.githubusercontent.com/u/4851889?v=4",
"profile": "http://nathan-smith.org",
"contributions": [
"code",
"doc"
]
},
{
"login": "agriffis",
"name": "Aron Griffis",
"avatar_url": "https://avatars.githubusercontent.com/u/50637?v=4",
"profile": "https://arongriffis.com",
"contributions": [
"code"
]
},
{
"login": "nikclayton",
"name": "Nik Clayton",
"avatar_url": "https://avatars.githubusercontent.com/u/773100?v=4",
"profile": "https://github.com/nikclayton",
"contributions": [
"bug"
]
},
{
"login": "joshleaves",
"name": "Arnaud 'red' Rouyer",
"avatar_url": "https://avatars.githubusercontent.com/u/1074760?v=4",
"profile": "https://tech.dreamleaves.org",
"contributions": [
"code",
"test"
]
},
{
"login": "tmcw",
"name": "Tom MacWright",
"avatar_url": "https://avatars.githubusercontent.com/u/32314?v=4",
"profile": "https://macwright.com/",
"contributions": [
"code"
]
}
]
}