From eb4da975e69f6f6ed5b081e13edfaccb93d63458 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 10:00:45 +0000 Subject: [PATCH 1/3] docs: update README.md [skip ci] --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 44a5abf..ace1970 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![](https://img.shields.io/badge/Octave-CI-blue?logo=Octave&logoColor=white)](https://github.com/cpp-lln-lab/localizer_visual_motion/actions) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![](https://github.com/cpp-lln-lab/localizer_visual_motion/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/cpp-lln-lab/localizer_visual_motion/branch/master/graph/badge.svg)](https://codecov.io/gh/cpp-lln-lab/localizer_visual_motion) @@ -146,3 +149,22 @@ The `numEventsPerBlock` should be a multiple of the number of "base" listed in t - `-1` indicates static - `expParameters.designSpeeds` is an array `(nr_blocks, numEventsPerBlock) * speedEvent` - `expParameters.designFixationTargets` is an array `(nr_blocks, numEventsPerBlock)` showing for each event if it should be accompanied by a target + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Mohamed Rezk

💻 🎨 🤔
+ + + + + +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 ad0344d67b8464daa4b4e340394e780b18d83ea4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 10:00:46 +0000 Subject: [PATCH 2/3] 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..223ed46 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "mohmdrezk", + "name": "Mohamed Rezk", + "avatar_url": "https://avatars2.githubusercontent.com/u/9597815?v=4", + "profile": "https://github.com/mohmdrezk", + "contributions": [ + "code", + "design", + "ideas" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "localizer_visual_motion", + "projectOwner": "cpp-lln-lab", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} From 97d8ffe543ea1a7ecfde514a6136bf1a64411372 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Thu, 17 Sep 2020 12:18:07 +0200 Subject: [PATCH 3/3] don't skip CI for contributor bot --- .all-contributorsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 223ed46..6cbd2eb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -22,5 +22,5 @@ "projectOwner": "cpp-lln-lab", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": false }