generated from nvimdev/nvim-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.all-contributorsrc
99 lines (99 loc) · 2.97 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"projectName": "hurl.nvim",
"projectOwner": "jellydn",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "jellydn",
"name": "Dung Duc Huynh (Kaka)",
"avatar_url": "https://avatars.githubusercontent.com/u/870029?v=4",
"profile": "https://productsway.com/",
"contributions": ["code", "doc"]
},
{
"login": "cenk1cenk2",
"name": "Cenk Kılıç",
"avatar_url": "https://avatars.githubusercontent.com/u/26881592?v=4",
"profile": "https://cenk.kilic.dev/",
"contributions": ["code", "doc"]
},
{
"login": "andrevdm",
"name": "Andre Van Der Merwe",
"avatar_url": "https://avatars.githubusercontent.com/u/74154?v=4",
"profile": "http://www.andrevdm.com",
"contributions": ["code"]
},
{
"login": "skoch13",
"name": "Sergey Kochetkov",
"avatar_url": "https://avatars.githubusercontent.com/u/29177689?v=4",
"profile": "https://github.com/skoch13",
"contributions": ["doc", "code"]
},
{
"login": "rbingham",
"name": "rbingham",
"avatar_url": "https://avatars.githubusercontent.com/u/7032804?v=4",
"profile": "https://github.com/rbingham",
"contributions": ["code"]
},
{
"login": "hsanson",
"name": "Horacio Sanson",
"avatar_url": "https://avatars.githubusercontent.com/u/900716?v=4",
"profile": "http://www.allm.net",
"contributions": ["code", "doc"]
},
{
"login": "bytedaring",
"name": "xiwang",
"avatar_url": "https://avatars.githubusercontent.com/u/4506063?v=4",
"profile": "https://github.com/bytedaring",
"contributions": ["code", "doc"]
},
{
"login": "wenjinnn",
"name": "wenjin",
"avatar_url": "https://avatars.githubusercontent.com/u/30885216?v=4",
"profile": "https://github.com/wenjinnn",
"contributions": ["code"]
},
{
"login": "agriffis",
"name": "Aron Griffis",
"avatar_url": "https://avatars.githubusercontent.com/u/50637?v=4",
"profile": "https://arongriffis.com",
"contributions": ["code"]
},
{
"login": "javoscript",
"name": "Javier Ugarte",
"avatar_url": "https://avatars.githubusercontent.com/u/11479916?v=4",
"profile": "https://javoscript.com/",
"contributions": ["code"]
},
{
"login": "yngwi",
"name": "Daniel Jeller",
"avatar_url": "https://avatars.githubusercontent.com/u/963440?v=4",
"profile": "https://gitlab.nettek.at/explore",
"contributions": ["code", "doc"]
},
{
"login": "Xouzoura",
"name": "Xouzoura",
"avatar_url": "https://avatars.githubusercontent.com/u/74069598?v=4",
"profile": "https://github.com/Xouzoura",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
}