From a2b2bc984909db0c8b593ad58943cb5692b52810 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 09:37:54 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..01ca082 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "beaussan", + "name": "Nicolas Beaussart", + "avatar_url": "https://avatars0.githubusercontent.com/u/7281023?v=4", + "profile": "https://github.com/beaussan", + "contributions": [ + "code", + "ideas", + "test" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "nbx", + "projectOwner": "beaussan", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}