Skip to content

Commit faa5ff9

Browse files
authored
Merge pull request #34 from cpp-lln-lab/all-contributors/add-marcobarilari
add marco as contributors
2 parents 0e487ed + 48d6b73 commit faa5ff9

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.all-contributorsrc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "mohmdrezk",
10+
"name": "Mohamed Rezk",
11+
"avatar_url": "https://avatars2.githubusercontent.com/u/9597815?v=4",
12+
"profile": "https://github.com/mohmdrezk",
13+
"contributions": [
14+
"code",
15+
"design",
16+
"ideas"
17+
]
18+
},
19+
{
20+
"login": "marcobarilari",
21+
"name": "marcobarilari",
22+
"avatar_url": "https://avatars3.githubusercontent.com/u/38101692?v=4",
23+
"profile": "https://github.com/marcobarilari",
24+
"contributions": [
25+
"code",
26+
"design",
27+
"ideas",
28+
"bug",
29+
"userTesting",
30+
"review",
31+
"question",
32+
"infra",
33+
"maintenance"
34+
]
35+
}
36+
],
37+
"contributorsPerLine": 7,
38+
"projectName": "localizer_auditory_motion",
39+
"projectOwner": "cpp-lln-lab",
40+
"repoType": "github",
41+
"repoHost": "https://github.com",
42+
"skipCi": true,
43+
"contributorsSortAlphabetically": true
44+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[![](https://img.shields.io/badge/Octave-CI-blue?logo=Octave&logoColor=white)](https://github.com/cpp-lln-lab/localizer_auditory_motion/actions)
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
![](https://github.com/cpp-lln-lab/localizer_auditory_motion/workflows/CI/badge.svg)
36

47
[![codecov](https://codecov.io/gh/cpp-lln-lab/localizer_auditory_motion/branch/master/graph/badge.svg)](https://codecov.io/gh/cpp-lln-lab/localizer_auditory_motion)
@@ -129,3 +132,23 @@ The `numEventsPerBlock` should be a multiple of the number of "base" listed in t
129132
- `expParameters.designFixationTargets` is an array `(nr_blocks, numEventsPerBlock)` showing for each event if it should be accompanied by a target
130133

131134

135+
136+
## Contributors ✨
137+
138+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
139+
140+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
141+
<!-- prettier-ignore-start -->
142+
<!-- markdownlint-disable -->
143+
<table>
144+
<tr>
145+
<td align="center"><a href="https://github.com/mohmdrezk"><img src="https://avatars2.githubusercontent.com/u/9597815?v=4" width="100px;" alt=""/><br /><sub><b>Mohamed Rezk</b></sub></a><br /><a href="https://github.com/cpp-lln-lab/localizer_auditory_motion/commits?author=mohmdrezk" title="Code">💻</a> <a href="#design-mohmdrezk" title="Design">🎨</a> <a href="#ideas-mohmdrezk" title="Ideas, Planning, & Feedback">🤔</a></td>
146+
<td align="center"><a href="https://github.com/marcobarilari"><img src="https://avatars3.githubusercontent.com/u/38101692?v=4" width="100px;" alt=""/><br /><sub><b>marcobarilari</b></sub></a><br /><a href="https://github.com/cpp-lln-lab/localizer_auditory_motion/commits?author=marcobarilari" title="Code">💻</a> <a href="#design-marcobarilari" title="Design">🎨</a> <a href="#ideas-marcobarilari" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/cpp-lln-lab/localizer_auditory_motion/issues?q=author%3Amarcobarilari" title="Bug reports">🐛</a> <a href="#userTesting-marcobarilari" title="User Testing">📓</a> <a href="https://github.com/cpp-lln-lab/localizer_auditory_motion/pulls?q=is%3Apr+reviewed-by%3Amarcobarilari" title="Reviewed Pull Requests">👀</a> <a href="#question-marcobarilari" title="Answering Questions">💬</a> <a href="#infra-marcobarilari" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-marcobarilari" title="Maintenance">🚧</a></td>
147+
</tr>
148+
</table>
149+
150+
<!-- markdownlint-enable -->
151+
<!-- prettier-ignore-end -->
152+
<!-- ALL-CONTRIBUTORS-LIST:END -->
153+
154+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)