From 12307cefacc9ebb9316fda26c789fc91b580e9cd Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:23:51 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0533bb9..9cb5147 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # uk analysis dashboard + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-) @@ -81,6 +84,21 @@ The following folks have contributed to this repo. + + + + + + +
Suleman Karigar
Suleman Karigar

💻
+ + + + + + + + From 13ee663a10c12ed01758c43e7ead7da156fb39d0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:23:52 +0000 Subject: [PATCH 2/2] 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..ac39312 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "suleman1412", + "name": "Suleman Karigar", + "avatar_url": "https://avatars.githubusercontent.com/u/37236131?v=4", + "profile": "https://github.com/suleman1412", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "uk-analysis-dashboard", + "projectOwner": "openclimatefix" +}