-
Notifications
You must be signed in to change notification settings - Fork 75
/
.all-contributorsrc
157 lines (157 loc) · 3.95 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"files": [
"CONTRIBUTORS.md",
"README.md",
"README.EN.md"
],
"imageSize": 100,
"commit": false,
"badgeTemplate": "[contributors]: https://img.shields.io/badge/all_contributors-<%=contributors.length %>-orange.svg?style=flat-square 'Number of contributors on All-Contributors'",
"contributors": [
{
"login": "mengshang918",
"name": "mengshang918",
"avatar_url": "https://avatars.githubusercontent.com/u/19370610?v=4",
"profile": "https://mengshang918.github.io/blog/",
"contributions": [
"code",
"bug",
"doc",
"example",
"ideas"
]
},
{
"login": "KingGanZeng",
"name": "KingGanZeng",
"avatar_url": "https://avatars.githubusercontent.com/u/22743840?v=4",
"profile": "https://github.com/KingGanZeng",
"contributions": [
"code",
"bug",
"doc",
"example",
"ideas"
]
},
{
"login": "yirenliancheng",
"name": "yirenliancheng",
"avatar_url": "https://avatars.githubusercontent.com/u/53106277?v=4",
"profile": "https://github.com/yirenliancheng",
"contributions": [
"doc"
]
},
{
"login": "xinysongxixi",
"name": "xinysongxixi",
"avatar_url": "https://avatars.githubusercontent.com/u/95020343?v=4",
"profile": "https://github.com/xinysongxixi",
"contributions": [
"code",
"bug"
]
},
{
"login": "Henry129999",
"name": "Henry129999",
"avatar_url": "https://avatars.githubusercontent.com/u/36527485?v=4",
"profile": "https://github.com/Henry129999",
"contributions": [
"bug",
"doc"
]
},
{
"login": "CrazyWood007",
"name": "Cloud",
"avatar_url": "https://avatars.githubusercontent.com/u/44600593?v=4",
"profile": "https://github.com/CrazyWood007",
"contributions": [
"doc",
"code"
]
},
{
"login": "helloqian12138",
"name": "helloqian12138",
"avatar_url": "https://avatars.githubusercontent.com/u/13211910?v=4",
"profile": "https://github.com/helloqian12138",
"contributions": [
"bug",
"code"
]
},
{
"login": "scizorrr",
"name": "Yellow.Zerooo",
"avatar_url": "https://avatars.githubusercontent.com/u/95006544?v=4",
"profile": "https://github.com/scizorrr",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "sum324",
"name": "sum324",
"avatar_url": "https://avatars.githubusercontent.com/u/59863521?v=4",
"profile": "https://github.com/sum324",
"contributions": [
"doc",
"design"
]
},
{
"login": "tinymins",
"name": "Emil Zhai",
"avatar_url": "https://avatars.githubusercontent.com/u/1808990?v=4",
"profile": "https://zhaiyiming.com/",
"contributions": [
"bug",
"code"
]
},
{
"login": "RelaxLiu",
"name": "RelaxLiu",
"avatar_url": "https://avatars.githubusercontent.com/u/16301089?v=4",
"profile": "https://github.com/RelaxLiu",
"contributions": [
"code",
"design"
]
},
{
"login": "Too-Tao",
"name": "Tao",
"avatar_url": "https://avatars.githubusercontent.com/u/40811570?v=4",
"profile": "https://github.com/Too-Tao",
"contributions": [
"code",
"doc",
"bug"
]
},
{
"login": "guojinchao",
"name": "Torres.Jin",
"avatar_url": "https://avatars.githubusercontent.com/u/22298505?v=4",
"profile": "https://github.com/guojinchao",
"contributions": [
"code",
"doc",
"ideas"
]
}
],
"contributorsPerLine": 7,
"projectName": "drip-form",
"projectOwner": "JDFED",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitType": "docs",
"commitConvention": "angular"
}