From b0781545bbdeafbdd44b384bb16ce40685406312 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 14 May 2020 16:38:38 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
index 3d7df33..5bec7aa 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# CPP_PTB
+
+[](#contributors-)
+
List of PsychToolBox (PTB) related functions for the Crossmodal Perpcetion and Plasticity lab (CPP)
@@ -36,3 +39,22 @@ keyboardNames
### cleanUp
+
+## 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 a6698a4728347fad246583e71f7513ce6870a85f Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 14 May 2020 16:38:39 +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..7b0d677
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "Remi-Gau",
+ "name": "Remi Gau",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/6961185?v=4",
+ "profile": "https://remi-gau.github.io/",
+ "contributions": [
+ "code",
+ "design",
+ "doc"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "CPP_PTB",
+ "projectOwner": "cpp-lln-lab",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}