Skip to content

Commit 69f16c6

Browse files
authored
Merge pull request #10 from cpp-lln-lab/all-contributors/add-Remi-Gau
docs: add Remi-Gau as a contributor
2 parents 0395ffb + a6698a4 commit 69f16c6

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "Remi-Gau",
10+
"name": "Remi Gau",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/6961185?v=4",
12+
"profile": "https://remi-gau.github.io/",
13+
"contributions": [
14+
"code",
15+
"design",
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "CPP_PTB",
22+
"projectOwner": "cpp-lln-lab",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CPP_PTB
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
List of PsychToolBox (PTB) related functions for the Crossmodal Perpcetion and Plasticity lab (CPP)
47

@@ -36,3 +39,22 @@ keyboardNames
3639

3740

3841
### cleanUp
42+
43+
## Contributors ✨
44+
45+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
46+
47+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
48+
<!-- prettier-ignore-start -->
49+
<!-- markdownlint-disable -->
50+
<table>
51+
<tr>
52+
<td align="center"><a href="https://remi-gau.github.io/"><img src="https://avatars3.githubusercontent.com/u/6961185?v=4" width="100px;" alt=""/><br /><sub><b>Remi Gau</b></sub></a><br /><a href="https://github.com/cpp-lln-lab/CPP_PTB/commits?author=Remi-Gau" title="Code">💻</a> <a href="#design-Remi-Gau" title="Design">🎨</a> <a href="https://github.com/cpp-lln-lab/CPP_PTB/commits?author=Remi-Gau" title="Documentation">📖</a></td>
53+
</tr>
54+
</table>
55+
56+
<!-- markdownlint-enable -->
57+
<!-- prettier-ignore-end -->
58+
<!-- ALL-CONTRIBUTORS-LIST:END -->
59+
60+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)