-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.all-contributorsrc
97 lines (97 loc) · 2.24 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "GregJohnStewart",
"name": "Greg Stewart",
"avatar_url": "https://avatars.githubusercontent.com/u/7083701?v=4",
"profile": "http://gjstewart.net",
"contributions": [
"bug",
"business",
"code",
"content",
"data",
"doc",
"design",
"ideas",
"infra",
"maintenance",
"projectManagement",
"tool",
"test"
]
},
{
"login": "anixon-rh",
"name": "Anthony Nixon",
"avatar_url": "https://avatars.githubusercontent.com/u/55244503?v=4",
"profile": "https://github.com/anixon-rh",
"contributions": [
"infra",
"mentoring"
]
},
{
"login": "kfrankli",
"name": "kfrankli",
"avatar_url": "https://avatars.githubusercontent.com/u/3671139?v=4",
"profile": "https://github.com/kfrankli",
"contributions": [
"doc"
]
},
{
"login": "ajoline",
"name": "ajoline",
"avatar_url": "https://avatars.githubusercontent.com/u/80230444?v=4",
"profile": "https://github.com/ajoline",
"contributions": [
"mentoring",
"review",
"security"
]
},
{
"login": "piercde12",
"name": "piercde12",
"avatar_url": "https://avatars.githubusercontent.com/u/132835358?v=4",
"profile": "https://github.com/piercde12",
"contributions": [
"business",
"content",
"doc",
"design",
"test",
"userTesting"
]
},
{
"login": "kyleclarktech",
"name": "Kyle Clark",
"avatar_url": "https://avatars.githubusercontent.com/u/86199883?v=4",
"profile": "https://github.com/kyleclarktech",
"contributions": [
"content",
"ideas",
"mentoring",
"review",
"security",
"test",
"userTesting"
]
}
],
"contributorsPerLine": 7,
"projectName": "OpenQuarterMaster",
"projectOwner": "Epic-Breakfast-Productions",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular",
"commitType": "docs"
}