-
Notifications
You must be signed in to change notification settings - Fork 26
/
.all-contributorsrc
78 lines (78 loc) · 1.88 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "bingqing-liu",
"name": "Bingqing Liu",
"avatar_url": "https://avatars.githubusercontent.com/u/123585527?v=4",
"profile": "https://github.com/bingqing-liu",
"contributions": [
"code",
"design",
"ideas"
]
},
{
"login": "giswqs",
"name": "Qiusheng Wu",
"avatar_url": "https://avatars.githubusercontent.com/u/5016453?v=4",
"profile": "https://gishub.org",
"contributions": [
"code",
"design",
"maintenance"
]
},
{
"login": "alexgleith",
"name": "Alex Leith",
"avatar_url": "https://avatars.githubusercontent.com/u/3445853?v=4",
"profile": "https://auspatious.com",
"contributions": [
"code",
"review"
]
},
{
"login": "slowy07",
"name": "arfy slowy",
"avatar_url": "https://avatars.githubusercontent.com/u/40540262?v=4",
"profile": "https://slowy-portofolio-website.vercel.app/",
"contributions": [
"code",
"maintenance"
]
},
{
"login": "gponce-ars",
"name": "Guillermo E. Ponce-Campos",
"avatar_url": "https://avatars.githubusercontent.com/u/20215136?v=4",
"profile": "http://tucson.ars.ag.gov",
"contributions": [
"code",
"bug"
]
},
{
"login": "platipodium",
"name": "Carsten Lemmen",
"avatar_url": "https://avatars.githubusercontent.com/u/2676409?v=4",
"profile": "https://www.hereon.de",
"contributions": [
"review"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "HyperCoast",
"projectOwner": "opengeos"
}