From 929a5ca34e154459aa360094e0c385b391be10ee Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 9 Nov 2022 14:53:22 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/README.md b/README.md
index 0a5fe5e..ffc1383 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# EMBL-EBI MGnify example notebooks
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
[![Quay.io docker container build](https://quay.io/repository/microbiome-informatics/emg-notebooks.dev/status)](https://quay.io/repository/microbiome-informatics/emg-notebooks.dev)
![Tests](https://github.com/ebi-metagenomics/notebooks/actions/workflows/test.yaml/badge.svg)
@@ -70,3 +73,25 @@ cd tests
npm install
npm test
```
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From f35695108519d8a63be61c68421f73f6ca5d1cec Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 9 Nov 2022 14:53:23 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..04f5f6a
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,29 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "SandyRogers",
+ "name": "Sandy Rogers",
+ "avatar_url": "https://avatars.githubusercontent.com/u/414767?v=4",
+ "profile": "https://sa.ndyroge.rs",
+ "contributions": [
+ "code",
+ "example",
+ "ideas",
+ "infra",
+ "review"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "notebooks",
+ "projectOwner": "EBI-Metagenomics"
+}