aboutsummaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc61
1 files changed, 61 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 000000000..1c053d4fd
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,61 @@
1{
2 "projectName": "ferdi",
3 "projectOwner": "kytwb",
4 "repoType": "github",
5 "repoHost": "https://github.com",
6 "files": [
7 "README.md"
8 ],
9 "imageSize": 100,
10 "commit": true,
11 "commitConvention": "none",
12 "contributors": [
13 {
14 "login": "kytwb",
15 "name": "Amine Mouafik",
16 "avatar_url": "https://avatars0.githubusercontent.com/u/412895?v=4",
17 "profile": "https://twitter.com/kytwb",
18 "contributions": [
19 "question",
20 "code",
21 "doc",
22 "ideas",
23 "maintenance",
24 "platform",
25 "projectManagement",
26 "review"
27 ]
28 },
29 {
30 "login": "vantezzen",
31 "name": "Bennett",
32 "avatar_url": "https://avatars2.githubusercontent.com/u/10333196?v=4",
33 "profile": "https://vantezzen.io",
34 "contributions": [
35 "code",
36 "design",
37 "doc",
38 "ideas",
39 "translation"
40 ]
41 },
42 {
43 "login": "adlk",
44 "name": "Stefan Malzner",
45 "avatar_url": "https://avatars1.githubusercontent.com/u/3265004?v=4",
46 "profile": "http://www.adlk.io",
47 "contributions": [
48 "code",
49 "content",
50 "design",
51 "doc",
52 "ideas",
53 "infra",
54 "projectManagement",
55 "test",
56 "translation"
57 ]
58 }
59 ],
60 "contributorsPerLine": 7
61}