From 0e85e8c782f31f87be10af0b03d0f9e175648125 Mon Sep 17 00:00:00 2001 From: aslight0013 Date: Tue, 22 Jun 2021 07:15:43 +0000 Subject: [PATCH] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..dcd8356 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "simon1tan", + "name": "Simon Tan", + "avatar_url": "https://avatars.githubusercontent.com/u/1250858?v=4", + "profile": "https://github.com/simon1tan", + "contributions": [ + "bug" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Flutter-Responsive-Admin-Panel-or-Dashboard", + "projectOwner": "abuanwar072", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}