From 035dd86a6b4332322a8390fde0d13dd4471fab11 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 3 Dec 2020 09:08:34 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 216b985..0613afa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# Magnetic Resonance Imaging Processing
+
+[](#contributors-)
+
This package regroups pipelines used to process Magnetic Resonance Imaging (MRI) data.
# Dependencies
@@ -23,4 +26,22 @@ pip install -e .['dev']
```
# Current Diffusion pipeline
-
\ No newline at end of file
+
+## 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 4b0c5290982577b44a755855a6e45081784545dc Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 3 Dec 2020 09:08:35 +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..0c4a1fa
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "davidmeunier79",
+ "name": "David Meunier",
+ "avatar_url": "https://avatars1.githubusercontent.com/u/7290245?v=4",
+ "profile": "http://www.int.univ-amu.fr/spip.php?page=auteur&id_auteur=809&lang=en",
+ "contributions": [
+ "code",
+ "review",
+ "test"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "mrproc",
+ "projectOwner": "alexpron",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}