Skip to content

Commit

Permalink
Merge pull request #84 from NeuromatchAcademy/all-contributors/add-eb…
Browse files Browse the repository at this point in the history
…atty

docs: add ebatty as a contributor for code, and test
  • Loading branch information
iamzoltan authored Aug 15, 2024
2 parents c595d14 + ca4fca5 commit cc86fbf
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "ebatty",
"name": "Ella Batty",
"avatar_url": "https://avatars.githubusercontent.com/u/8988527?v=4",
"profile": "https://github.com/ebatty",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "nmaci",
"projectOwner": "NeuromatchAcademy"
}
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# nmaci
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Automated tools for building and verifying NMA tutorial materials

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- 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://github.com/ebatty"><img src="https://avatars.githubusercontent.com/u/8988527?v=4?s=100" width="100px;" alt="Ella Batty"/><br /><sub><b>Ella Batty</b></sub></a><br /><a href="https://github.com/NeuromatchAcademy/nmaci/commits?author=ebatty" title="Code">💻</a> <a href="https://github.com/NeuromatchAcademy/nmaci/commits?author=ebatty" title="Tests">⚠️</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!

0 comments on commit cc86fbf

Please sign in to comment.