-
Notifications
You must be signed in to change notification settings - Fork 1
/
.all-contributorsrc
executable file
·85 lines (85 loc) · 2.05 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
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "jacgrout",
"name": "Jacqueline Grout",
"avatar_url": "https://avatars.githubusercontent.com/u/103451105?v=4",
"profile": "https://github.com/jacgrout",
"contributions": [
"ideas",
"code"
]
},
{
"login": "ThomUK",
"name": "Tom Smith",
"avatar_url": "https://avatars.githubusercontent.com/u/10871342?v=4",
"profile": "https://github.com/ThomUK",
"contributions": [
"code"
]
},
{
"login": "matt-dray",
"name": "Matt Dray",
"avatar_url": "https://avatars.githubusercontent.com/u/18232097?v=4",
"profile": "http://matt-dray.com",
"contributions": [
"code"
]
},
{
"login": "kaituna",
"name": "kaituna",
"avatar_url": "https://avatars.githubusercontent.com/u/151142766?v=4",
"profile": "https://github.com/kaituna",
"contributions": [
"doc",
"code"
]
},
{
"login": "chrismainey",
"name": "Chris Mainey",
"avatar_url": "https://avatars.githubusercontent.com/u/39626211?v=4",
"profile": "https://github.com/chrismainey",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "PeterSNHS",
"name": "PeterSNHS",
"avatar_url": "https://avatars.githubusercontent.com/u/67410797?v=4",
"profile": "https://github.com/PeterSNHS",
"contributions": [
"doc"
]
},
{
"login": "neilwalton",
"name": "neilwalton",
"avatar_url": "https://avatars.githubusercontent.com/u/53338269?v=4",
"profile": "https://github.com/neilwalton",
"contributions": [
"code",
"doc"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "NHSRwaitinglist",
"projectOwner": "nhs-r-community"
}