Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,21 @@
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [],
"contributors": [
{
"login": "irm-codebase",
"name": "Ivan Ruiz Manuel",
"avatar_url": "https://avatars.githubusercontent.com/u/72193617?v=4",
"profile": "https://orcid.org/0000-0003-2288-6423",
"contributions": [
"doc",
"code",
"design"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": false,
"contributorsSortAlphabetically": true
"contributorsSortAlphabetically": true,
"commitType": "docs"
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,17 @@ Thanks goes to these wonderful people, sorted alphabetically ([emoji key](https:
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://orcid.org/0000-0003-2288-6423"><img src="https://avatars.githubusercontent.com/u/72193617?v=4?s=100" width="100px;" alt="Ivan Ruiz Manuel"/><br /><sub><b>Ivan Ruiz Manuel</b></sub></a><br /><a href="https://github.com/modelblocks-org/data-module-template/commits?author=irm-codebase" title="Documentation">📖</a> <a href="https://github.com/modelblocks-org/data-module-template/commits?author=irm-codebase" title="Code">💻</a> <a href="#design-irm-codebase" title="Design">🎨</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Loading