From 4d0e7fb1898e13e8fdc7071e8ac4ed24e07ebc6d Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:14:23 +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 e86e6f0..7258a20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Unlocking the Power of Space Data with Pangeo & OpenEO + +[![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-10-orange.svg?style=flat-square)](#contributors-) @@ -66,6 +69,21 @@ There will be additional breaks (5 minutes) regularly and time for questions dur ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + +
Alexander Jacob
Alexander Jacob

🤔 🎨 💻 🖋 📖
+ + + + + From 78dc5b9a1592b9b281846798cb0fb7be4e76e695 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:14:24 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..825be3d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,31 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "aljacob", + "name": "Alexander Jacob", + "avatar_url": "https://avatars.githubusercontent.com/u/7644251?v=4", + "profile": "https://github.com/aljacob", + "contributions": [ + "ideas", + "design", + "code", + "content", + "doc", + "tutorial" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "pangeo-openeo-BiDS-2023", + "projectOwner": "pangeo-data" +}