aboutsummaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..f78704b
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
1{
2 "files": [
3 "README.md"
4 ],
5 "imageSize": 100,
6 "commit": false,
7 "contributors": [
8 {
9 "login": "bejonwe",
10 "name": "Jonathan Weber",
11 "avatar_url": "https://avatars.githubusercontent.com/u/1766000?v=4",
12 "profile": "https://github.com/bejonwe",
13 "contributions": [
14 "code"
15 ]
16 }
17 ],
18 "contributorsPerLine": 7,
19 "projectName": "recipes",
20 "projectOwner": "getferdi",
21 "repoType": "github",
22 "repoHost": "https://github.com",
23 "skipCi": true
24}