Skip to content

Commit eb8e2e9

Browse files
contributors: add jlnav as a contributor for question (#308)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 21a2656 commit eb8e2e9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,15 @@
535535
"contributions": [
536536
"question"
537537
]
538+
},
539+
{
540+
"login": "jlnav",
541+
"name": "John-Luke Navarro",
542+
"avatar_url": "https://avatars.githubusercontent.com/u/33131245?v=4",
543+
"profile": "https://github.com/jlnav",
544+
"contributions": [
545+
"question"
546+
]
538547
}
539548
],
540549
"contributorsPerLine": 7,

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![GitHub License](https://img.shields.io/github/license/mansenfranzen/autodoc_pydantic?style=for-the-badge&color=orange&logo=semanticscholar&logoColor=white)](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/LICENSE)
1212
[![linting - ruff](https://img.shields.io/badge/Linting-orange?style=for-the-badge&logo=ruff&logoColor=white&label=ruff)](https://github.com/astral-sh/ruff)
1313
[![types - Mypy](https://img.shields.io/badge/types-Mypy-orange.svg?style=for-the-badge&logo=python&logoColor=white)](https://github.com/python/mypy)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
14-
[![All Contributors](https://img.shields.io/badge/all_contributors-56-orange.svg?style=for-the-badge)](https://github.com/mansenfranzen/autodoc_pydantic?tab=readme-ov-file#-acknowledgements)
14+
[![All Contributors](https://img.shields.io/badge/all_contributors-57-orange.svg?style=for-the-badge)](https://github.com/mansenfranzen/autodoc_pydantic?tab=readme-ov-file#-acknowledgements)
1515
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1616

1717

@@ -131,6 +131,9 @@ Thanks to great open source projects [sphinx](https://www.sphinx-doc.org/en/mast
131131
<td align="center" valign="top" width="14.28%"><a href="https://yaal.coop"><img src="https://avatars.githubusercontent.com/u/60163?v=4?s=100" width="100px;" alt="Éloi Rivard"/><br /><sub><b>Éloi Rivard</b></sub></a><br /><a href="https://github.com/mansenfranzen/autodoc_pydantic/issues?q=author%3Aazmeuk" title="Bug reports">🐛</a> <a href="#question-azmeuk" title="Answering Questions">💬</a></td>
132132
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Ecaloota"><img src="https://avatars.githubusercontent.com/u/29943815?v=4?s=100" width="100px;" alt="Mitchell Blyth"/><br /><sub><b>Mitchell Blyth</b></sub></a><br /><a href="#question-Ecaloota" title="Answering Questions">💬</a></td>
133133
</tr>
134+
<tr>
135+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jlnav"><img src="https://avatars.githubusercontent.com/u/33131245?v=4?s=100" width="100px;" alt="John-Luke Navarro"/><br /><sub><b>John-Luke Navarro</b></sub></a><br /><a href="#question-jlnav" title="Answering Questions">💬</a></td>
136+
</tr>
134137
</tbody>
135138
</table>
136139

0 commit comments

Comments
 (0)