Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add PogromcaPapai as a contributor for code #120

Merged
merged 3 commits into from
Mar 11, 2022
Merged
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
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files": [
"README.md",
"README.md",
"site/contents/contribute/contributors.md"
],
"imageSize": 100,
Expand Down Expand Up @@ -108,6 +108,15 @@
"contributions": [
"review"
]
},
{
"login": "PogromcaPapai",
"name": "Jakub Dakowski",
"avatar_url": "https://avatars.githubusercontent.com/u/49349175?v=4",
"profile": "https://github.com/PogromcaPapai",
"contributions": [
"code"
]
}
],
"types": {
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Data Hazards Project
[![DOI](https://zenodo.org/badge/346286403.svg)](https://zenodo.org/badge/latestdoi/346286403)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->


Expand Down Expand Up @@ -56,6 +56,7 @@ If you'd like to join us as a contributor, check out our [contributor's guide](h
<td align="center"><a href="https://www.bris.ac.uk/contact/person/getDetails?personKey=grE64xPWAmrfuY1ZszJYlss6li3H7X"><img src="http://www.bristol.ac.uk/media-library/sites/jean-golding-institute/images/people/Lily-Rice150x100.jpg?s=100" width="100px;" alt=""/><br /><sub><b>Lily Rice</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/pulls?q=is%3Apr+reviewed-by%3A" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/ekuw"><img src="https://avatars.githubusercontent.com/u/76116294?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ekuw</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/pulls?q=is%3Apr+reviewed-by%3Aekuw" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://linkedin.com/in/jatonline"><img src="https://avatars.githubusercontent.com/u/48878399?v=4?s=100" width="100px;" alt=""/><br /><sub><b>James Thomas</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/pulls?q=is%3Apr+reviewed-by%3Ajatonline" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/PogromcaPapai"><img src="https://avatars.githubusercontent.com/u/49349175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jakub Dakowski</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/commits?author=PogromcaPapai" title="Code">💻</a></td>
</tr>
</table>

Expand Down
1 change: 1 addition & 0 deletions site/contents/contribute/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Please also note that people have also anonymously contributed ideas and resourc
<td align="center"><a href="https://www.bris.ac.uk/contact/person/getDetails?personKey=grE64xPWAmrfuY1ZszJYlss6li3H7X"><img src="http://www.bristol.ac.uk/media-library/sites/jean-golding-institute/images/people/Lily-Rice150x100.jpg?s=100" width="100px;" alt=""/><br /><sub><b>Lily Rice</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/pulls?q=is%3Apr+reviewed-by%3A" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/ekuw"><img src="https://avatars.githubusercontent.com/u/76116294?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ekuw</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/pulls?q=is%3Apr+reviewed-by%3Aekuw" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://linkedin.com/in/jatonline"><img src="https://avatars.githubusercontent.com/u/48878399?v=4?s=100" width="100px;" alt=""/><br /><sub><b>James Thomas</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/pulls?q=is%3Apr+reviewed-by%3Ajatonline" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://github.com/PogromcaPapai"><img src="https://avatars.githubusercontent.com/u/49349175?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jakub Dakowski</b></sub></a><br /><a href="https://github.com/very-good-science/data-hazards/commits?author=PogromcaPapai" title="Code">💻</a></td>
</tr>
</table>

Expand Down